Interface ModifyWorkspaceAccessPropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyWorkspaceAccessPropertiesRequest.Builder,ModifyWorkspaceAccessPropertiesRequest>,SdkBuilder<ModifyWorkspaceAccessPropertiesRequest.Builder,ModifyWorkspaceAccessPropertiesRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- ModifyWorkspaceAccessPropertiesRequest
public static interface ModifyWorkspaceAccessPropertiesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ModifyWorkspaceAccessPropertiesRequest.Builder,ModifyWorkspaceAccessPropertiesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ModifyWorkspaceAccessPropertiesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyWorkspaceAccessPropertiesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyWorkspaceAccessPropertiesRequest.BuilderresourceId(String resourceId)The identifier of the directory.default ModifyWorkspaceAccessPropertiesRequest.BuilderworkspaceAccessProperties(Consumer<WorkspaceAccessProperties.Builder> workspaceAccessProperties)The device types and operating systems to enable or disable for access.ModifyWorkspaceAccessPropertiesRequest.BuilderworkspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)The device types and operating systems to enable or disable for access.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
resourceId
ModifyWorkspaceAccessPropertiesRequest.Builder resourceId(String resourceId)
The identifier of the directory.
- Parameters:
resourceId- The identifier of the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceAccessProperties
ModifyWorkspaceAccessPropertiesRequest.Builder workspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)
The device types and operating systems to enable or disable for access.
- Parameters:
workspaceAccessProperties- The device types and operating systems to enable or disable for access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceAccessProperties
default ModifyWorkspaceAccessPropertiesRequest.Builder workspaceAccessProperties(Consumer<WorkspaceAccessProperties.Builder> workspaceAccessProperties)
The device types and operating systems to enable or disable for access.
This is a convenience method that creates an instance of theWorkspaceAccessProperties.Builderavoiding the need to create one manually viaWorkspaceAccessProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toworkspaceAccessProperties(WorkspaceAccessProperties).- Parameters:
workspaceAccessProperties- a consumer that will call methods onWorkspaceAccessProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
workspaceAccessProperties(WorkspaceAccessProperties)
-
overrideConfiguration
ModifyWorkspaceAccessPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyWorkspaceAccessPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-