public static interface CopySnapshotRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<CopySnapshotRequest.Builder,CopySnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
CopySnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CopySnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CopySnapshotRequest.Builder |
sourceRegion(RegionName sourceRegion)
The AWS Region where the source snapshot is located.
|
CopySnapshotRequest.Builder |
sourceRegion(String sourceRegion)
The AWS Region where the source snapshot is located.
|
CopySnapshotRequest.Builder |
sourceSnapshotName(String sourceSnapshotName)
The name of the source instance or disk snapshot to be copied.
|
CopySnapshotRequest.Builder |
targetSnapshotName(String targetSnapshotName)
The name of the new instance or disk snapshot to be created as a copy.
|
buildoverrideConfigurationcopyapplyMutation, buildCopySnapshotRequest.Builder sourceSnapshotName(String sourceSnapshotName)
The name of the source instance or disk snapshot to be copied.
sourceSnapshotName - The name of the source instance or disk snapshot to be copied.CopySnapshotRequest.Builder targetSnapshotName(String targetSnapshotName)
The name of the new instance or disk snapshot to be created as a copy.
targetSnapshotName - The name of the new instance or disk snapshot to be created as a copy.CopySnapshotRequest.Builder sourceRegion(String sourceRegion)
The AWS Region where the source snapshot is located.
sourceRegion - The AWS Region where the source snapshot is located.RegionName,
RegionNameCopySnapshotRequest.Builder sourceRegion(RegionName sourceRegion)
The AWS Region where the source snapshot is located.
sourceRegion - The AWS Region where the source snapshot is located.RegionName,
RegionNameCopySnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CopySnapshotRequest.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.