public static interface CreateUpdatedImageRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateUpdatedImageRequest.Builder,CreateUpdatedImageRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUpdatedImageRequest.Builder |
dryRun(Boolean dryRun)
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the
process of creating a new updated image.
|
CreateUpdatedImageRequest.Builder |
existingImageName(String existingImageName)
The name of the image to update.
|
CreateUpdatedImageRequest.Builder |
newImageDescription(String newImageDescription)
The description to display for the new image.
|
CreateUpdatedImageRequest.Builder |
newImageDisplayName(String newImageDisplayName)
The name to display for the new image.
|
CreateUpdatedImageRequest.Builder |
newImageName(String newImageName)
The name of the new image.
|
CreateUpdatedImageRequest.Builder |
newImageTags(Map<String,String> newImageTags)
The tags to associate with the new image.
|
CreateUpdatedImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUpdatedImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUpdatedImageRequest.Builder existingImageName(String existingImageName)
The name of the image to update.
existingImageName - The name of the image to update.CreateUpdatedImageRequest.Builder newImageName(String newImageName)
The name of the new image. The name must be unique within the AWS account and Region.
newImageName - The name of the new image. The name must be unique within the AWS account and Region.CreateUpdatedImageRequest.Builder newImageDescription(String newImageDescription)
The description to display for the new image.
newImageDescription - The description to display for the new image.CreateUpdatedImageRequest.Builder newImageDisplayName(String newImageDisplayName)
The name to display for the new image.
newImageDisplayName - The name to display for the new image.CreateUpdatedImageRequest.Builder newImageTags(Map<String,String> newImageTags)
The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
newImageTags - The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For
example, Environment=Test. If you do not specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
CreateUpdatedImageRequest.Builder dryRun(Boolean dryRun)
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the
process of creating a new updated image. If this value is set to true, AppStream 2.0 displays
whether image updates are available. If this value is set to false, AppStream 2.0 initiates the
process of creating a new updated image without displaying whether image updates are available.
dryRun - Indicates whether to display the status of image update availability before AppStream 2.0 initiates
the process of creating a new updated image. If this value is set to true, AppStream 2.0
displays whether image updates are available. If this value is set to false, AppStream
2.0 initiates the process of creating a new updated image without displaying whether image updates are
available.CreateUpdatedImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUpdatedImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.