Class WorkspaceCreationProperties
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<WorkspaceCreationProperties.Builder,- WorkspaceCreationProperties> 
Describes the default properties that are used for creating WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final StringThe identifier of your custom security group.final StringThe default organizational unit (OU) for your WorkSpaces directories.final BooleanIndicates whether internet access is enabled for your WorkSpaces.final BooleanIndicates whether maintenance mode is enabled for your WorkSpaces.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringIndicates the IAM role ARN of the instance.static Class<? extends WorkspaceCreationProperties.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final BooleanIndicates whether users are local administrators of their WorkSpaces.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
enableInternetAccessIndicates whether internet access is enabled for your WorkSpaces. - Returns:
- Indicates whether internet access is enabled for your WorkSpaces.
 
- 
defaultOuThe default organizational unit (OU) for your WorkSpaces directories. This string must be the full Lightweight Directory Access Protocol (LDAP) distinguished name for the target domain and OU. It must be in the form "OU=value,DC=value,DC=value", where value is any string of characters, and the number of domain components (DCs) is two or more. For example,OU=WorkSpaces_machines,DC=machines,DC=example,DC=com.- 
 To avoid errors, certain characters in the distinguished name must be escaped. For more information, see Distinguished Names in the Microsoft documentation. 
- 
 The API doesn't validate whether the OU exists. 
 - Returns:
- The default organizational unit (OU) for your WorkSpaces directories. This string must be the full
         Lightweight Directory Access Protocol (LDAP) distinguished name for the target domain and OU. It must be
         in the form "OU=value,DC=value,DC=value", where value is any string of characters, and the number of domain components (DCs) is two or more. For example,OU=WorkSpaces_machines,DC=machines,DC=example,DC=com.- 
         To avoid errors, certain characters in the distinguished name must be escaped. For more information, see Distinguished Names in the Microsoft documentation. 
- 
         The API doesn't validate whether the OU exists. 
 
- 
         
 
- 
 
- 
customSecurityGroupIdThe identifier of your custom security group. - Returns:
- The identifier of your custom security group.
 
- 
userEnabledAsLocalAdministratorIndicates whether users are local administrators of their WorkSpaces. - Returns:
- Indicates whether users are local administrators of their WorkSpaces.
 
- 
enableMaintenanceModeIndicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance. - Returns:
- Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see WorkSpace Maintenance.
 
- 
instanceIamRoleArnIndicates the IAM role ARN of the instance. - Returns:
- Indicates the IAM role ARN of the instance.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<WorkspaceCreationProperties.Builder,- WorkspaceCreationProperties> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-