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.
|
build
overrideConfiguration
copy
applyMutation, build
CopyImageRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CopyImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.