Interface UpdateWorkspacesPoolRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorkspacesPoolRequest.Builder,UpdateWorkspacesPoolRequest>,SdkBuilder<UpdateWorkspacesPoolRequest.Builder,UpdateWorkspacesPoolRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- UpdateWorkspacesPoolRequest
public static interface UpdateWorkspacesPoolRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkspacesPoolRequest.Builder,UpdateWorkspacesPoolRequest>
-
-
Method Summary
-
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
-
poolId
UpdateWorkspacesPoolRequest.Builder poolId(String 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
UpdateWorkspacesPoolRequest.Builder description(String 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
UpdateWorkspacesPoolRequest.Builder bundleId(String 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
UpdateWorkspacesPoolRequest.Builder directoryId(String 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
UpdateWorkspacesPoolRequest.Builder capacity(Capacity 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
default UpdateWorkspacesPoolRequest.Builder capacity(Consumer<Capacity.Builder> capacity)
The desired capacity for the pool.
This is a convenience method that creates an instance of theCapacity.Builderavoiding the need to create one manually viaCapacity.builder().When the
Consumercompletes,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:
capacity(Capacity)
-
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.Builderavoiding the need to create one manually viaApplicationSettingsRequest.builder().When the
Consumercompletes,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:
applicationSettings(ApplicationSettingsRequest)
-
timeoutSettings
UpdateWorkspacesPoolRequest.Builder timeoutSettings(TimeoutSettings 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.Builderavoiding the need to create one manually viaTimeoutSettings.builder().When the
Consumercompletes,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:
timeoutSettings(TimeoutSettings)
-
overrideConfiguration
UpdateWorkspacesPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWorkspacesPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-