Interface CopySourceImageSetProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CopySourceImageSetProperties.Builder,
,CopySourceImageSetProperties> SdkBuilder<CopySourceImageSetProperties.Builder,
,CopySourceImageSetProperties> SdkPojo
- Enclosing class:
CopySourceImageSetProperties
@Mutable
@NotThreadSafe
public static interface CopySourceImageSetProperties.Builder
extends SdkPojo, CopyableBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the source image set properties were created.imageSetArn
(String imageSetArn) The Amazon Resource Name (ARN) assigned to the source image set.imageSetId
(String imageSetId) The image set identifier for the copied source image set.imageSetState
(String imageSetState) The image set state of the copied source image set.imageSetState
(ImageSetState imageSetState) The image set state of the copied source image set.imageSetWorkflowStatus
(String imageSetWorkflowStatus) The workflow status of the copied source image set.imageSetWorkflowStatus
(ImageSetWorkflowStatus imageSetWorkflowStatus) The workflow status of the copied source image set.latestVersionId
(String latestVersionId) The latest version identifier for the copied source image set.The timestamp when the source image set properties were updated.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 copied source image set.
- Parameters:
imageSetId
- The image set identifier for the copied source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersionId
The latest version identifier for the copied source image set.
- Parameters:
latestVersionId
- The latest version identifier for the copied source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSetState
The image set state of the copied source image set.
- Parameters:
imageSetState
- The image set state of the copied source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageSetState
The image set state of the copied source image set.
- Parameters:
imageSetState
- The image set state of the copied source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageSetWorkflowStatus
The workflow status of the copied source image set.
- Parameters:
imageSetWorkflowStatus
- The workflow status of the copied source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageSetWorkflowStatus
CopySourceImageSetProperties.Builder imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus) The workflow status of the copied source image set.
- Parameters:
imageSetWorkflowStatus
- The workflow status of the copied source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the source image set properties were created.
- Parameters:
createdAt
- The timestamp when the source image set properties were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the source image set properties were updated.
- Parameters:
updatedAt
- The timestamp when the source image set properties were updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSetArn
The Amazon Resource Name (ARN) assigned to the source image set.
- Parameters:
imageSetArn
- The Amazon Resource Name (ARN) assigned to the source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-