Interface CopyDestinationImageSet.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CopyDestinationImageSet.Builder,
,CopyDestinationImageSet> SdkBuilder<CopyDestinationImageSet.Builder,
,CopyDestinationImageSet> SdkPojo
- Enclosing class:
CopyDestinationImageSet
@Mutable
@NotThreadSafe
public static interface CopyDestinationImageSet.Builder
extends SdkPojo, CopyableBuilder<CopyDestinationImageSet.Builder,CopyDestinationImageSet>
-
Method Summary
Modifier and TypeMethodDescriptionimageSetId
(String imageSetId) The image set identifier for the destination image set.latestVersionId
(String latestVersionId) The latest version identifier for the destination image set.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 Details
-
imageSetId
The image set identifier for the destination image set.
- Parameters:
imageSetId
- The image set identifier for the destination image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersionId
The latest version identifier for the destination image set.
- Parameters:
latestVersionId
- The latest version identifier for the destination image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-