@Generated(value="software.amazon.awssdk:codegen") public final class WorkspaceRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkspaceRequest.Builder,WorkspaceRequest>
Describes the information used to create a WorkSpace.
Modifier and Type | Class and Description |
---|---|
static interface |
WorkspaceRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static WorkspaceRequest.Builder |
builder() |
String |
bundleId()
The identifier of the bundle for the WorkSpace.
|
String |
directoryId()
The identifier of the AWS Directory Service directory for the WorkSpace.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
rootVolumeEncryptionEnabled()
Indicates whether the data stored on the root volume is encrypted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkspaceRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags for the WorkSpace.
|
WorkspaceRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userName()
The username of the user for the WorkSpace.
|
Boolean |
userVolumeEncryptionEnabled()
Indicates whether the data stored on the user volume is encrypted.
|
String |
volumeEncryptionKey()
The KMS key used to encrypt data stored on your WorkSpace.
|
WorkspaceProperties |
workspaceProperties()
The WorkSpace properties.
|
copy
public String directoryId()
The identifier of the AWS Directory Service directory for the WorkSpace. You can use DescribeWorkspaceDirectories to list the available directories.
public String userName()
The username of the user for the WorkSpace. This username must exist in the AWS Directory Service directory for the WorkSpace.
public String bundleId()
The identifier of the bundle for the WorkSpace. You can use DescribeWorkspaceBundles to list the available bundles.
public String volumeEncryptionKey()
The KMS key used to encrypt data stored on your WorkSpace.
public Boolean userVolumeEncryptionEnabled()
Indicates whether the data stored on the user volume is encrypted.
public Boolean rootVolumeEncryptionEnabled()
Indicates whether the data stored on the root volume is encrypted.
public WorkspaceProperties workspaceProperties()
The WorkSpace properties.
public List<Tag> tags()
The tags for the WorkSpace.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public WorkspaceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WorkspaceRequest.Builder,WorkspaceRequest>
public static WorkspaceRequest.Builder builder()
public static Class<? extends WorkspaceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.