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