Interface CopySourceImageSetInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CopySourceImageSetInformation.Builder,CopySourceImageSetInformation>,SdkBuilder<CopySourceImageSetInformation.Builder,CopySourceImageSetInformation>,SdkPojo
- Enclosing class:
- CopySourceImageSetInformation
public static interface CopySourceImageSetInformation.Builder extends SdkPojo, CopyableBuilder<CopySourceImageSetInformation.Builder,CopySourceImageSetInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CopySourceImageSetInformation.BuilderlatestVersionId(String latestVersionId)The latest version identifier for the source 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
-
latestVersionId
CopySourceImageSetInformation.Builder latestVersionId(String latestVersionId)
The latest version identifier for the source image set.
- Parameters:
latestVersionId- The latest version identifier for the source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-