@Generated(value="software.amazon.awssdk:codegen") public final class DefaultWorkspaceCreationProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultWorkspaceCreationProperties.Builder,DefaultWorkspaceCreationProperties>
Describes the default values that are used to create WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.
| 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 the default security group to apply to WorkSpaces when they are created.
|
String |
defaultOu()
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
|
Boolean |
enableInternetAccess()
Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by
default.
|
Boolean |
enableMaintenanceMode()
Specifies whether maintenance mode is enabled for WorkSpaces.
|
Boolean |
enableWorkDocs()
Specifies whether the directory is enabled for Amazon WorkDocs.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
userEnabledAsLocalAdministrator()
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enableWorkDocs()
Specifies whether the directory is enabled for Amazon WorkDocs.
public final Boolean enableInternetAccess()
Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default. If enabled, the Elastic public IP address allows outbound internet access from your WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information, see Configure a VPC for Amazon WorkSpaces.
public final String defaultOu()
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
public final String customSecurityGroupId()
The identifier of the default security group to apply to WorkSpaces when they are created. For more information, see Security Groups for Your WorkSpaces.
public final Boolean userEnabledAsLocalAdministrator()
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
public final Boolean enableMaintenanceMode()
Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.
public DefaultWorkspaceCreationProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DefaultWorkspaceCreationProperties.Builder,DefaultWorkspaceCreationProperties>public static DefaultWorkspaceCreationProperties.Builder builder()
public static Class<? extends DefaultWorkspaceCreationProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.