Interface CopySourceImageSetProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>,SdkBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>,SdkPojo
- Enclosing class:
- CopySourceImageSetProperties
public static interface CopySourceImageSetProperties.Builder extends SdkPojo, CopyableBuilder<CopySourceImageSetProperties.Builder,CopySourceImageSetProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CopySourceImageSetProperties.BuildercreatedAt(Instant createdAt)The timestamp when the source image set properties were created.CopySourceImageSetProperties.BuilderimageSetArn(String imageSetArn)The Amazon Resource Name (ARN) assigned to the source image set.CopySourceImageSetProperties.BuilderimageSetId(String imageSetId)The image set identifier for the copied source image set.CopySourceImageSetProperties.BuilderimageSetState(String imageSetState)The image set state of the copied source image set.CopySourceImageSetProperties.BuilderimageSetState(ImageSetState imageSetState)The image set state of the copied source image set.CopySourceImageSetProperties.BuilderimageSetWorkflowStatus(String imageSetWorkflowStatus)The workflow status of the copied source image set.CopySourceImageSetProperties.BuilderimageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)The workflow status of the copied source image set.CopySourceImageSetProperties.BuilderlatestVersionId(String latestVersionId)The latest version identifier for the copied source image set.CopySourceImageSetProperties.BuilderupdatedAt(Instant updatedAt)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, sdkFields
-
-
-
-
Method Detail
-
imageSetId
CopySourceImageSetProperties.Builder imageSetId(String 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
CopySourceImageSetProperties.Builder latestVersionId(String 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
CopySourceImageSetProperties.Builder imageSetState(String 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,ImageSetState
-
imageSetState
CopySourceImageSetProperties.Builder imageSetState(ImageSetState 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,ImageSetState
-
imageSetWorkflowStatus
CopySourceImageSetProperties.Builder imageSetWorkflowStatus(String 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,ImageSetWorkflowStatus
-
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:
ImageSetWorkflowStatus,ImageSetWorkflowStatus
-
createdAt
CopySourceImageSetProperties.Builder createdAt(Instant 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
CopySourceImageSetProperties.Builder updatedAt(Instant 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
CopySourceImageSetProperties.Builder imageSetArn(String 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.
-
-