public static interface CreateDiskSnapshotRequest.Builder extends LightsailRequest.Builder, CopyableBuilder<CreateDiskSnapshotRequest.Builder,CreateDiskSnapshotRequest>
Modifier and Type | Method and Description |
---|---|
CreateDiskSnapshotRequest.Builder |
diskName(String diskName)
The unique name of the source disk (e.g.,
my-source-disk ). |
CreateDiskSnapshotRequest.Builder |
diskSnapshotName(String diskSnapshotName)
The name of the destination disk snapshot (e.g.,
my-disk-snapshot ) based on the source disk. |
CreateDiskSnapshotRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
CreateDiskSnapshotRequest.Builder diskName(String diskName)
The unique name of the source disk (e.g., my-source-disk
).
diskName
- The unique name of the source disk (e.g., my-source-disk
).CreateDiskSnapshotRequest.Builder diskSnapshotName(String diskSnapshotName)
The name of the destination disk snapshot (e.g., my-disk-snapshot
) based on the source disk.
diskSnapshotName
- The name of the destination disk snapshot (e.g., my-disk-snapshot
) based on the source
disk.CreateDiskSnapshotRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.