public static interface CopyImageRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CopyImageRequest.Builder,CopyImageRequest>
| Modifier and Type | Method and Description |
|---|---|
CopyImageRequest.Builder |
destinationImageDescription(String destinationImageDescription)
The description that the image will have when it is copied to the destination.
|
CopyImageRequest.Builder |
destinationImageName(String destinationImageName)
The name that the image will have when it is copied to the destination.
|
CopyImageRequest.Builder |
destinationRegion(String destinationRegion)
The destination region to which the image will be copied.
|
CopyImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CopyImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CopyImageRequest.Builder |
sourceImageName(String sourceImageName)
The name of the image to copy.
|
buildoverrideConfigurationcopyapplyMutation, buildCopyImageRequest.Builder sourceImageName(String sourceImageName)
The name of the image to copy.
sourceImageName - The name of the image to copy.CopyImageRequest.Builder destinationImageName(String destinationImageName)
The name that the image will have when it is copied to the destination.
destinationImageName - The name that the image will have when it is copied to the destination.CopyImageRequest.Builder destinationRegion(String destinationRegion)
The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
destinationRegion - The destination region to which the image will be copied. This parameter is required, even if you are
copying an image within the same region.CopyImageRequest.Builder destinationImageDescription(String destinationImageDescription)
The description that the image will have when it is copied to the destination.
destinationImageDescription - The description that the image will have when it is copied to the destination.CopyImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CopyImageRequest.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.