Interface CreateSnapshotRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateSnapshotRequest.Builder,,CreateSnapshotRequest> FSxRequest.Builder,SdkBuilder<CreateSnapshotRequest.Builder,,CreateSnapshotRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateSnapshotRequest
public static interface CreateSnapshotRequest.Builder
extends FSxRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) Sets the value of the ClientRequestToken property for this object.The name of the snapshot.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.The ID of the volume that you are taking a snapshot of.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.fsx.model.FSxRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
clientRequestToken
Sets the value of the ClientRequestToken property for this object.- Parameters:
 clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the snapshot.
- Parameters:
 name- The name of the snapshot.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
volumeId
The ID of the volume that you are taking a snapshot of.
- Parameters:
 volumeId- The ID of the volume that you are taking a snapshot of.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Sets the value of the Tags property for this object.- Parameters:
 tags- The new value for the Tags property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Sets the value of the Tags property for this object.- Parameters:
 tags- The new value for the Tags property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -