@Generated(value="software.amazon.awssdk:codegen") public final class DefaultWorkspaceCreationProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultWorkspaceCreationProperties.Builder,DefaultWorkspaceCreationProperties>
Describes the default values used to create a WorkSpace.
Modifier and Type | Class and Description |
---|---|
static interface |
DefaultWorkspaceCreationProperties.Builder |
Modifier and Type | Method and Description |
---|---|
static DefaultWorkspaceCreationProperties.Builder |
builder() |
String |
customSecurityGroupId()
The identifier of any security groups to apply to WorkSpaces when they are created.
|
String |
defaultOu()
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
|
Boolean |
enableInternetAccess()
The public IP address to attach to all WorkSpaces that are created or rebuilt.
|
Boolean |
enableWorkDocs()
Specifies whether the directory is enabled for Amazon WorkDocs.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DefaultWorkspaceCreationProperties.Builder> |
serializableBuilderClass() |
DefaultWorkspaceCreationProperties.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Boolean |
userEnabledAsLocalAdministrator()
Specifies whether the WorkSpace user is an administrator on the WorkSpace.
|
copy
public Boolean enableWorkDocs()
Specifies whether the directory is enabled for Amazon WorkDocs.
public Boolean enableInternetAccess()
The public IP address to attach to all WorkSpaces that are created or rebuilt.
public String defaultOu()
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
public String customSecurityGroupId()
The identifier of any security groups to apply to WorkSpaces when they are created.
public Boolean userEnabledAsLocalAdministrator()
Specifies whether the WorkSpace user is an administrator on the WorkSpace.
public DefaultWorkspaceCreationProperties.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DefaultWorkspaceCreationProperties.Builder,DefaultWorkspaceCreationProperties>
public static DefaultWorkspaceCreationProperties.Builder builder()
public static Class<? extends DefaultWorkspaceCreationProperties.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.