Interface UpdateDependencyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDependencyResponse.Builder,,UpdateDependencyResponse> Resiliencehubv2Response.Builder,SdkBuilder<UpdateDependencyResponse.Builder,,UpdateDependencyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateDependencyResponse
@Mutable
@NotThreadSafe
public static interface UpdateDependencyResponse.Builder
extends Resiliencehubv2Response.Builder, SdkPojo, CopyableBuilder<UpdateDependencyResponse.Builder,UpdateDependencyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe comment about the dependency.criticality(String criticality) The criticality level of the dependency.criticality(DependencyCriticality criticality) The criticality level of the dependency.dependencyId(String dependencyId) The identifier of the updated dependency.dependencyName(String dependencyName) The name of the updated dependency.The location of the dependency.The provider of the dependency.The timestamp when the dependency was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resiliencehubv2.model.Resiliencehubv2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dependencyId
The identifier of the updated dependency.
- Parameters:
dependencyId- The identifier of the updated dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependencyName
The name of the updated dependency.
- Parameters:
dependencyName- The name of the updated dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
criticality
The criticality level of the dependency.
- Parameters:
criticality- The criticality level of the dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
criticality
The criticality level of the dependency.
- Parameters:
criticality- The criticality level of the dependency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comment
The comment about the dependency.
- Parameters:
comment- The comment about the dependency.- 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.
-
updatedAt
The timestamp when the dependency was updated.
- Parameters:
updatedAt- The timestamp when the dependency was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-