Interface CopyDestinationImageSetProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CopyDestinationImageSetProperties.Builder,CopyDestinationImageSetProperties>,SdkBuilder<CopyDestinationImageSetProperties.Builder,CopyDestinationImageSetProperties>,SdkPojo
- Enclosing class:
- CopyDestinationImageSetProperties
public static interface CopyDestinationImageSetProperties.Builder extends SdkPojo, CopyableBuilder<CopyDestinationImageSetProperties.Builder,CopyDestinationImageSetProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CopyDestinationImageSetProperties.BuildercreatedAt(Instant createdAt)The timestamp when the destination image set properties were created.CopyDestinationImageSetProperties.BuilderimageSetArn(String imageSetArn)The Amazon Resource Name (ARN) assigned to the destination image set.CopyDestinationImageSetProperties.BuilderimageSetId(String imageSetId)The image set identifier of the copied image set properties.CopyDestinationImageSetProperties.BuilderimageSetState(String imageSetState)The image set state of the destination image set properties.CopyDestinationImageSetProperties.BuilderimageSetState(ImageSetState imageSetState)The image set state of the destination image set properties.CopyDestinationImageSetProperties.BuilderimageSetWorkflowStatus(String imageSetWorkflowStatus)The image set workflow status of the destination image set properties.CopyDestinationImageSetProperties.BuilderimageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)The image set workflow status of the destination image set properties.CopyDestinationImageSetProperties.BuilderlatestVersionId(String latestVersionId)The latest version identifier for the destination image set properties.CopyDestinationImageSetProperties.BuilderupdatedAt(Instant updatedAt)The timestamp when the destination image set properties were last 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, sdkFields
-
-
-
-
Method Detail
-
imageSetId
CopyDestinationImageSetProperties.Builder imageSetId(String imageSetId)
The image set identifier of the copied image set properties.
- Parameters:
imageSetId- The image set identifier of the copied image set properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersionId
CopyDestinationImageSetProperties.Builder latestVersionId(String latestVersionId)
The latest version identifier for the destination image set properties.
- Parameters:
latestVersionId- The latest version identifier for the destination image set properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSetState
CopyDestinationImageSetProperties.Builder imageSetState(String imageSetState)
The image set state of the destination image set properties.
- Parameters:
imageSetState- The image set state of the destination image set properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImageSetState,ImageSetState
-
imageSetState
CopyDestinationImageSetProperties.Builder imageSetState(ImageSetState imageSetState)
The image set state of the destination image set properties.
- Parameters:
imageSetState- The image set state of the destination image set properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImageSetState,ImageSetState
-
imageSetWorkflowStatus
CopyDestinationImageSetProperties.Builder imageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
- Parameters:
imageSetWorkflowStatus- The image set workflow status of the destination image set properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImageSetWorkflowStatus,ImageSetWorkflowStatus
-
imageSetWorkflowStatus
CopyDestinationImageSetProperties.Builder imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
- Parameters:
imageSetWorkflowStatus- The image set workflow status of the destination image set properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImageSetWorkflowStatus,ImageSetWorkflowStatus
-
createdAt
CopyDestinationImageSetProperties.Builder createdAt(Instant createdAt)
The timestamp when the destination image set properties were created.
- Parameters:
createdAt- The timestamp when the destination image set properties were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
CopyDestinationImageSetProperties.Builder updatedAt(Instant updatedAt)
The timestamp when the destination image set properties were last updated.
- Parameters:
updatedAt- The timestamp when the destination image set properties were last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSetArn
CopyDestinationImageSetProperties.Builder imageSetArn(String imageSetArn)
The Amazon Resource Name (ARN) assigned to the destination image set.
- Parameters:
imageSetArn- The Amazon Resource Name (ARN) assigned to the destination image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-