Interface CopyImageRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CopyImageRequest.Builder,CopyImageRequest>,SdkBuilder<CopyImageRequest.Builder,CopyImageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CopyImageRequest
public static interface CopyImageRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CopyImageRequest.Builder,CopyImageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CopyImageRequest.BuilderdestinationImageDescription(String destinationImageDescription)The description that the image will have when it is copied to the destination.CopyImageRequest.BuilderdestinationImageName(String destinationImageName)The name that the image will have when it is copied to the destination.CopyImageRequest.BuilderdestinationRegion(String destinationRegion)The destination region to which the image will be copied.CopyImageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CopyImageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CopyImageRequest.BuildersourceImageName(String sourceImageName)The name of the image to copy.-
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
-
sourceImageName
CopyImageRequest.Builder sourceImageName(String sourceImageName)
The name of the image to copy.
- Parameters:
sourceImageName- The name of the image to copy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationImageName
CopyImageRequest.Builder destinationImageName(String destinationImageName)
The name that the image will have when it is copied to the destination.
- Parameters:
destinationImageName- The name that the image will have when it is copied to the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationRegion
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationImageDescription
CopyImageRequest.Builder destinationImageDescription(String destinationImageDescription)
The description that the image will have when it is copied to the destination.
- Parameters:
destinationImageDescription- The description that the image will have when it is copied to the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CopyImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CopyImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-