Interface UpdateWorkspacesPoolRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateWorkspacesPoolRequest.Builder,
,UpdateWorkspacesPoolRequest> SdkBuilder<UpdateWorkspacesPoolRequest.Builder,
,UpdateWorkspacesPoolRequest> SdkPojo
,SdkRequest.Builder
,WorkSpacesRequest.Builder
- Enclosing class:
UpdateWorkspacesPoolRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplicationSettings
(Consumer<ApplicationSettingsRequest.Builder> applicationSettings) The persistent application settings for users in the pool.applicationSettings
(ApplicationSettingsRequest applicationSettings) The persistent application settings for users in the pool.The identifier of the bundle.capacity
(Consumer<Capacity.Builder> capacity) The desired capacity for the pool.The desired capacity for the pool.description
(String description) Describes the specified pool to update.directoryId
(String directoryId) The identifier of the directory.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The identifier of the specified pool to update.timeoutSettings
(Consumer<TimeoutSettings.Builder> timeoutSettings) Indicates the timeout settings of the specified pool.timeoutSettings
(TimeoutSettings timeoutSettings) Indicates the timeout settings of the specified pool.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
-
poolId
The identifier of the specified pool to update.
- Parameters:
poolId
- The identifier of the specified pool to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Describes the specified pool to update.
- Parameters:
description
- Describes the specified pool to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bundleId
The identifier of the bundle.
- Parameters:
bundleId
- The identifier of the bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryId
The identifier of the directory.
- Parameters:
directoryId
- The identifier of the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacity
The desired capacity for the pool.
- Parameters:
capacity
- The desired capacity for the pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacity
The desired capacity for the pool.
This is a convenience method that creates an instance of theCapacity.Builder
avoiding the need to create one manually viaCapacity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocapacity(Capacity)
.- Parameters:
capacity
- a consumer that will call methods onCapacity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applicationSettings
UpdateWorkspacesPoolRequest.Builder applicationSettings(ApplicationSettingsRequest applicationSettings) The persistent application settings for users in the pool.
- Parameters:
applicationSettings
- The persistent application settings for users in the pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationSettings
default UpdateWorkspacesPoolRequest.Builder applicationSettings(Consumer<ApplicationSettingsRequest.Builder> applicationSettings) The persistent application settings for users in the pool.
This is a convenience method that creates an instance of theApplicationSettingsRequest.Builder
avoiding the need to create one manually viaApplicationSettingsRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toapplicationSettings(ApplicationSettingsRequest)
.- Parameters:
applicationSettings
- a consumer that will call methods onApplicationSettingsRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeoutSettings
Indicates the timeout settings of the specified pool.
- Parameters:
timeoutSettings
- Indicates the timeout settings of the specified pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeoutSettings
default UpdateWorkspacesPoolRequest.Builder timeoutSettings(Consumer<TimeoutSettings.Builder> timeoutSettings) Indicates the timeout settings of the specified pool.
This is a convenience method that creates an instance of theTimeoutSettings.Builder
avoiding the need to create one manually viaTimeoutSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totimeoutSettings(TimeoutSettings)
.- Parameters:
timeoutSettings
- a consumer that will call methods onTimeoutSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateWorkspacesPoolRequest.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
UpdateWorkspacesPoolRequest.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.
-