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) |
CopyImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopyImageRequest.Builder |
sourceImageName(String sourceImageName)
The name of the image to copy.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderCopyImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.