Interface CreateUpdatedImageRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateUpdatedImageRequest.Builder,CreateUpdatedImageRequest>,SdkBuilder<CreateUpdatedImageRequest.Builder,CreateUpdatedImageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateUpdatedImageRequest
public static interface CreateUpdatedImageRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateUpdatedImageRequest.Builder,CreateUpdatedImageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateUpdatedImageRequest.BuilderdryRun(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.BuilderexistingImageName(String existingImageName)The name of the image to update.CreateUpdatedImageRequest.BuildernewImageDescription(String newImageDescription)The description to display for the new image.CreateUpdatedImageRequest.BuildernewImageDisplayName(String newImageDisplayName)The name to display for the new image.CreateUpdatedImageRequest.BuildernewImageName(String newImageName)The name of the new image.CreateUpdatedImageRequest.BuildernewImageTags(Map<String,String> newImageTags)The tags to associate with the new image.CreateUpdatedImageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateUpdatedImageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
existingImageName
CreateUpdatedImageRequest.Builder existingImageName(String existingImageName)
The name of the image to update.
- Parameters:
existingImageName- The name of the image to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newImageName
CreateUpdatedImageRequest.Builder newImageName(String newImageName)
The name of the new image. The name must be unique within the AWS account and Region.
- Parameters:
newImageName- The name of the new image. The name must be unique within the AWS account and Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newImageDescription
CreateUpdatedImageRequest.Builder newImageDescription(String newImageDescription)
The description to display for the new image.
- Parameters:
newImageDescription- The description to display for the new image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newImageDisplayName
CreateUpdatedImageRequest.Builder newImageDisplayName(String newImageDisplayName)
The name to display for the new image.
- Parameters:
newImageDisplayName- The name to display for the new image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newImageTags
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
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 tofalse, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.- Parameters:
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 totrue, AppStream 2.0 displays whether image updates are available. If this value is set tofalse, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateUpdatedImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateUpdatedImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-