public static interface CreateSnapshotFromVolumeRecoveryPointRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<CreateSnapshotFromVolumeRecoveryPointRequest.Builder,CreateSnapshotFromVolumeRecoveryPointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
snapshotDescription(String snapshotDescription)
Sets the value of the SnapshotDescription property for this object.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
volumeARN(String volumeARN)
Sets the value of the VolumeARN property for this object.
|
buildrequestOverrideConfigcopyapply, buildCreateSnapshotFromVolumeRecoveryPointRequest.Builder volumeARN(String volumeARN)
volumeARN - The new value for the VolumeARN property for this object.CreateSnapshotFromVolumeRecoveryPointRequest.Builder snapshotDescription(String snapshotDescription)
snapshotDescription - The new value for the SnapshotDescription property for this object.CreateSnapshotFromVolumeRecoveryPointRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateSnapshotFromVolumeRecoveryPointRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.