public static interface CopySourceImageSetProperties.Builder extends SdkPojo, CopyableBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>
| Modifier and Type | Method and Description |
|---|---|
CopySourceImageSetProperties.Builder |
createdAt(Instant createdAt)
The timestamp when the source image set properties were created.
|
CopySourceImageSetProperties.Builder |
imageSetArn(String imageSetArn)
The Amazon Resource Name (ARN) assigned to the source image set.
|
CopySourceImageSetProperties.Builder |
imageSetId(String imageSetId)
The image set identifier for the copied source image set.
|
CopySourceImageSetProperties.Builder |
imageSetState(ImageSetState imageSetState)
The image set state of the copied source image set.
|
CopySourceImageSetProperties.Builder |
imageSetState(String imageSetState)
The image set state of the copied source image set.
|
CopySourceImageSetProperties.Builder |
imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The workflow status of the copied source image set.
|
CopySourceImageSetProperties.Builder |
imageSetWorkflowStatus(String imageSetWorkflowStatus)
The workflow status of the copied source image set.
|
CopySourceImageSetProperties.Builder |
latestVersionId(String latestVersionId)
The latest version identifier for the copied source image set.
|
CopySourceImageSetProperties.Builder |
updatedAt(Instant updatedAt)
The timestamp when the source image set properties were updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCopySourceImageSetProperties.Builder imageSetId(String imageSetId)
The image set identifier for the copied source image set.
imageSetId - The image set identifier for the copied source image set.CopySourceImageSetProperties.Builder latestVersionId(String latestVersionId)
The latest version identifier for the copied source image set.
latestVersionId - The latest version identifier for the copied source image set.CopySourceImageSetProperties.Builder imageSetState(String imageSetState)
The image set state of the copied source image set.
imageSetState - The image set state of the copied source image set.ImageSetState,
ImageSetStateCopySourceImageSetProperties.Builder imageSetState(ImageSetState imageSetState)
The image set state of the copied source image set.
imageSetState - The image set state of the copied source image set.ImageSetState,
ImageSetStateCopySourceImageSetProperties.Builder imageSetWorkflowStatus(String imageSetWorkflowStatus)
The workflow status of the copied source image set.
imageSetWorkflowStatus - The workflow status of the copied source image set.ImageSetWorkflowStatus,
ImageSetWorkflowStatusCopySourceImageSetProperties.Builder imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The workflow status of the copied source image set.
imageSetWorkflowStatus - The workflow status of the copied source image set.ImageSetWorkflowStatus,
ImageSetWorkflowStatusCopySourceImageSetProperties.Builder createdAt(Instant createdAt)
The timestamp when the source image set properties were created.
createdAt - The timestamp when the source image set properties were created.CopySourceImageSetProperties.Builder updatedAt(Instant updatedAt)
The timestamp when the source image set properties were updated.
updatedAt - The timestamp when the source image set properties were updated.CopySourceImageSetProperties.Builder imageSetArn(String imageSetArn)
The Amazon Resource Name (ARN) assigned to the source image set.
imageSetArn - The Amazon Resource Name (ARN) assigned to the source image set.Copyright © 2023. All rights reserved.