Interface TestRunDependencySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestRunDependencySummary.Builder,,TestRunDependencySummary> SdkBuilder<TestRunDependencySummary.Builder,,TestRunDependencySummary> SdkPojo
- Enclosing class:
TestRunDependencySummary
-
Method Summary
Modifier and TypeMethodDescriptioncriticality(String criticality) The criticality classification of the dependency when the run started.criticality(DependencyCriticality criticality) The criticality classification of the dependency when the run started.dependencyId(String dependencyId) The unique identifier of the dependency.dependencyName(String dependencyName) The name of the dependency.The DNS name of the dependency that the test run blocked.The location of the dependency.The provider of the dependency.The origin of the dependency.source(TestRunDependencySource source) The origin of the dependency.sourceRegions(String... sourceRegions) The source Regions from which the dependency was detected.sourceRegions(Collection<String> sourceRegions) The source Regions from which the dependency was detected.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dependencyId
The unique identifier of the dependency. Absent when the dependency was entered manually and was not part of dependency discovery.
- Parameters:
dependencyId- The unique identifier of the dependency. Absent when the dependency was entered manually and was not part of dependency discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependencyName
The name of the dependency.
- Parameters:
dependencyName- The name of the dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsName
The DNS name of the dependency that the test run blocked.
- Parameters:
dnsName- The DNS name of the dependency that the test run blocked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
criticality
The criticality classification of the dependency when the run started. A dependency that was not discovered has the UNKNOWN criticality.
- Parameters:
criticality- The criticality classification of the dependency when the run started. A dependency that was not discovered has the UNKNOWN criticality.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
criticality
The criticality classification of the dependency when the run started. A dependency that was not discovered has the UNKNOWN criticality.
- Parameters:
criticality- The criticality classification of the dependency when the run started. A dependency that was not discovered has the UNKNOWN criticality.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The origin of the dependency. A discovered dependency was found by dependency discovery; a manual dependency was entered when the run started.
- Parameters:
source- The origin of the dependency. A discovered dependency was found by dependency discovery; a manual dependency was entered when the run started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The origin of the dependency. A discovered dependency was found by dependency discovery; a manual dependency was entered when the run started.
- Parameters:
source- The origin of the dependency. A discovered dependency was found by dependency discovery; a manual dependency was entered when the run started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
The location of the dependency.
- Parameters:
location- The location of the dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceRegions
The source Regions from which the dependency was detected.
- Parameters:
sourceRegions- The source Regions from which the dependency was detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceRegions
The source Regions from which the dependency was detected.
- Parameters:
sourceRegions- The source Regions from which the dependency was detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
The provider of the dependency.
- Parameters:
provider- The provider of the dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-