public static interface CreateWorkspaceImageResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkspaceImageResponse.Builder,CreateWorkspaceImageResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceImageResponse.Builder |
created(Instant created)
The date when the image was created.
|
CreateWorkspaceImageResponse.Builder |
description(String description)
The description of the image.
|
CreateWorkspaceImageResponse.Builder |
imageId(String imageId)
The identifier of the new WorkSpace image.
|
CreateWorkspaceImageResponse.Builder |
name(String name)
The name of the image.
|
default CreateWorkspaceImageResponse.Builder |
operatingSystem(Consumer<OperatingSystem.Builder> operatingSystem)
The operating system that the image is running.
|
CreateWorkspaceImageResponse.Builder |
operatingSystem(OperatingSystem operatingSystem)
The operating system that the image is running.
|
CreateWorkspaceImageResponse.Builder |
ownerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account that owns the image.
|
CreateWorkspaceImageResponse.Builder |
requiredTenancy(String requiredTenancy)
Specifies whether the image is running on dedicated hardware.
|
CreateWorkspaceImageResponse.Builder |
requiredTenancy(WorkspaceImageRequiredTenancy requiredTenancy)
Specifies whether the image is running on dedicated hardware.
|
CreateWorkspaceImageResponse.Builder |
state(String state)
The availability status of the image.
|
CreateWorkspaceImageResponse.Builder |
state(WorkspaceImageState state)
The availability status of the image.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkspaceImageResponse.Builder imageId(String imageId)
The identifier of the new WorkSpace image.
imageId - The identifier of the new WorkSpace image.CreateWorkspaceImageResponse.Builder name(String name)
The name of the image.
name - The name of the image.CreateWorkspaceImageResponse.Builder description(String description)
The description of the image.
description - The description of the image.CreateWorkspaceImageResponse.Builder operatingSystem(OperatingSystem operatingSystem)
The operating system that the image is running.
operatingSystem - The operating system that the image is running.default CreateWorkspaceImageResponse.Builder operatingSystem(Consumer<OperatingSystem.Builder> operatingSystem)
The operating system that the image is running.
This is a convenience method that creates an instance of theOperatingSystem.Builder avoiding the
need to create one manually via OperatingSystem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to operatingSystem(OperatingSystem).
operatingSystem - a consumer that will call methods on OperatingSystem.BuilderoperatingSystem(OperatingSystem)CreateWorkspaceImageResponse.Builder state(String state)
The availability status of the image.
state - The availability status of the image.WorkspaceImageState,
WorkspaceImageStateCreateWorkspaceImageResponse.Builder state(WorkspaceImageState state)
The availability status of the image.
state - The availability status of the image.WorkspaceImageState,
WorkspaceImageStateCreateWorkspaceImageResponse.Builder requiredTenancy(String requiredTenancy)
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..
requiredTenancy - Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is
enabled, this value is set to DEDICATED. For more information, see Bring Your
Own Windows Desktop Images..WorkspaceImageRequiredTenancy,
WorkspaceImageRequiredTenancyCreateWorkspaceImageResponse.Builder requiredTenancy(WorkspaceImageRequiredTenancy requiredTenancy)
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..
requiredTenancy - Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is
enabled, this value is set to DEDICATED. For more information, see Bring Your
Own Windows Desktop Images..WorkspaceImageRequiredTenancy,
WorkspaceImageRequiredTenancyCreateWorkspaceImageResponse.Builder created(Instant created)
The date when the image was created.
created - The date when the image was created.CreateWorkspaceImageResponse.Builder ownerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account that owns the image.
ownerAccountId - The identifier of the Amazon Web Services account that owns the image.Copyright © 2023. All rights reserved.