public static interface CreateSnapshotFromVolumeRecoveryPointRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotFromVolumeRecoveryPointRequest.Builder,CreateSnapshotFromVolumeRecoveryPointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
snapshotDescription(String snapshotDescription)
Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots
panel in the Description field, and in the Storage Gateway snapshot Details pane,
Description field.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
tags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
tags(Tag... tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotFromVolumeRecoveryPointRequest.Builder |
volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSnapshotFromVolumeRecoveryPointRequest.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
volumeARN - The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes
operation to return to retrieve the TargetARN for specified VolumeARN.CreateSnapshotFromVolumeRecoveryPointRequest.Builder snapshotDescription(String snapshotDescription)
Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the Storage Gateway snapshot Details pane, Description field.
snapshotDescription - Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store
snapshots panel in the Description field, and in the Storage Gateway snapshot Details
pane, Description field.CreateSnapshotFromVolumeRecoveryPointRequest.Builder tags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
tags - A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair. Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
CreateSnapshotFromVolumeRecoveryPointRequest.Builder tags(Tag... tags)
A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
tags - A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair. Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
CreateSnapshotFromVolumeRecoveryPointRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateSnapshotFromVolumeRecoveryPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.