public static interface CreateSnapshotFromVolumeRecoveryPointRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotFromVolumeRecoveryPointRequest.Builder,CreateSnapshotFromVolumeRecoveryPointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateSnapshotFromVolumeRecoveryPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.