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
Modifier and TypeMethodDescriptionlatestVersionId(String latestVersionId) The latest version identifier for the source image set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-