static WorkspaceImage.Builder |
WorkspaceImage.builder() |
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.created(Instant created) |
The date when the image was created.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.description(String description) |
The description of the image.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.errorCode(String errorCode) |
The error code that is returned for the image.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.errorDetails(Collection<ErrorDetails> errorDetails) |
Additional details of the error returned for the image, including the possible causes of the errors and
troubleshooting information.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.errorDetails(Consumer<ErrorDetails.Builder>... errorDetails) |
Additional details of the error returned for the image, including the possible causes of the errors and
troubleshooting information.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.errorDetails(ErrorDetails... errorDetails) |
Additional details of the error returned for the image, including the possible causes of the errors and
troubleshooting information.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.errorMessage(String errorMessage) |
The text of the error message that is returned for the image.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.imageId(String imageId) |
The identifier of the image.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.name(String name) |
The name of the image.
|
default WorkspaceImage.Builder |
WorkspaceImage.Builder.operatingSystem(Consumer<OperatingSystem.Builder> operatingSystem) |
The operating system that the image is running.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.operatingSystem(OperatingSystem operatingSystem) |
The operating system that the image is running.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.ownerAccountId(String ownerAccountId) |
The identifier of the Amazon Web Services account that owns the image.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.requiredTenancy(String requiredTenancy) |
Specifies whether the image is running on dedicated hardware.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.requiredTenancy(WorkspaceImageRequiredTenancy requiredTenancy) |
Specifies whether the image is running on dedicated hardware.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.state(String state) |
The status of the image.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.state(WorkspaceImageState state) |
The status of the image.
|
WorkspaceImage.Builder |
WorkspaceImage.toBuilder() |
|
default WorkspaceImage.Builder |
WorkspaceImage.Builder.updates(Consumer<UpdateResult.Builder> updates) |
The updates (if any) that are available for the specified image.
|
WorkspaceImage.Builder |
WorkspaceImage.Builder.updates(UpdateResult updates) |
The updates (if any) that are available for the specified image.
|