Interface CopyDestinationImageSet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CopyDestinationImageSet.Builder,CopyDestinationImageSet>,SdkBuilder<CopyDestinationImageSet.Builder,CopyDestinationImageSet>,SdkPojo
- Enclosing class:
- CopyDestinationImageSet
public static interface CopyDestinationImageSet.Builder extends SdkPojo, CopyableBuilder<CopyDestinationImageSet.Builder,CopyDestinationImageSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CopyDestinationImageSet.BuilderimageSetId(String imageSetId)The image set identifier for the destination image set.CopyDestinationImageSet.BuilderlatestVersionId(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, sdkFields
-
-
-
-
Method Detail
-
imageSetId
CopyDestinationImageSet.Builder imageSetId(String 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
CopyDestinationImageSet.Builder latestVersionId(String 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.
-
-