Interface UpdateSnapshotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSnapshotRequest.Builder,UpdateSnapshotRequest>,FSxRequest.Builder,SdkBuilder<UpdateSnapshotRequest.Builder,UpdateSnapshotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSnapshotRequest
public static interface UpdateSnapshotRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<UpdateSnapshotRequest.Builder,UpdateSnapshotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSnapshotRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.UpdateSnapshotRequest.Buildername(String name)The name of the snapshot to update.UpdateSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSnapshotRequest.BuildersnapshotId(String snapshotId)The ID of the snapshot that you want to update, in the formatfsvolsnap-0123456789abcdef0.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientRequestToken
UpdateSnapshotRequest.Builder clientRequestToken(String 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
UpdateSnapshotRequest.Builder name(String name)
The name of the snapshot to update.
- Parameters:
name- The name of the snapshot to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotId
UpdateSnapshotRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot that you want to update, in the format
fsvolsnap-0123456789abcdef0.- Parameters:
snapshotId- The ID of the snapshot that you want to update, in the formatfsvolsnap-0123456789abcdef0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-