public static interface ImageVersion.Builder extends SdkPojo, CopyableBuilder<ImageVersion.Builder,ImageVersion>
| Modifier and Type | Method and Description |
|---|---|
ImageVersion.Builder |
creationTime(Instant creationTime)
When the version was created.
|
ImageVersion.Builder |
failureReason(String failureReason)
When a create or delete operation fails, the reason for the failure.
|
ImageVersion.Builder |
imageArn(String imageArn)
The ARN of the image the version is based on.
|
ImageVersion.Builder |
imageVersionArn(String imageVersionArn)
The ARN of the version.
|
ImageVersion.Builder |
imageVersionStatus(ImageVersionStatus imageVersionStatus)
The status of the version.
|
ImageVersion.Builder |
imageVersionStatus(String imageVersionStatus)
The status of the version.
|
ImageVersion.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the version was last modified.
|
ImageVersion.Builder |
version(Integer version)
The version number.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageVersion.Builder creationTime(Instant creationTime)
When the version was created.
creationTime - When the version was created.ImageVersion.Builder failureReason(String failureReason)
When a create or delete operation fails, the reason for the failure.
failureReason - When a create or delete operation fails, the reason for the failure.ImageVersion.Builder imageArn(String imageArn)
The ARN of the image the version is based on.
imageArn - The ARN of the image the version is based on.ImageVersion.Builder imageVersionArn(String imageVersionArn)
The ARN of the version.
imageVersionArn - The ARN of the version.ImageVersion.Builder imageVersionStatus(String imageVersionStatus)
The status of the version.
imageVersionStatus - The status of the version.ImageVersionStatus,
ImageVersionStatusImageVersion.Builder imageVersionStatus(ImageVersionStatus imageVersionStatus)
The status of the version.
imageVersionStatus - The status of the version.ImageVersionStatus,
ImageVersionStatusImageVersion.Builder lastModifiedTime(Instant lastModifiedTime)
When the version was last modified.
lastModifiedTime - When the version was last modified.ImageVersion.Builder version(Integer version)
The version number.
version - The version number.Copyright © 2023. All rights reserved.