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
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceId
(String resourceId) The identifier of the directory.workspaceAccessProperties
(Consumer<WorkspaceAccessProperties.Builder> workspaceAccessProperties) The device types and operating systems to enable or disable for access.workspaceAccessProperties
(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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
Method Details
-
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.Builder
avoiding the need to create one manually viaWorkspaceAccessProperties.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
ModifyWorkspaceAccessPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ModifyWorkspaceAccessPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-