default CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.applicationSettings(Consumer<ApplicationSettingsRequest.Builder> applicationSettings) |
Indicates the application settings of the pool.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.applicationSettings(ApplicationSettingsRequest applicationSettings) |
Indicates the application settings of the pool.
|
static CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.builder() |
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.bundleId(String bundleId) |
The identifier of the bundle for the pool.
|
default CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.capacity(Consumer<Capacity.Builder> capacity) |
The user capacity of the pool.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.capacity(Capacity capacity) |
The user capacity of the pool.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.description(String description) |
The pool description.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.directoryId(String directoryId) |
The identifier of the directory for the pool.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.poolName(String poolName) |
The name of the pool.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.tags(Collection<Tag> tags) |
The tags for the pool.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags for the pool.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.tags(Tag... tags) |
The tags for the pool.
|
default CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.timeoutSettings(Consumer<TimeoutSettings.Builder> timeoutSettings) |
Indicates the timeout settings of the pool.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.Builder.timeoutSettings(TimeoutSettings timeoutSettings) |
Indicates the timeout settings of the pool.
|
CreateWorkspacesPoolRequest.Builder |
CreateWorkspacesPoolRequest.toBuilder() |
|