public static interface CreateStandbyWorkspacesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<CreateStandbyWorkspacesRequest.Builder,CreateStandbyWorkspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStandbyWorkspacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStandbyWorkspacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStandbyWorkspacesRequest.Builder |
primaryRegion(String primaryRegion)
The Region of the primary WorkSpace.
|
CreateStandbyWorkspacesRequest.Builder |
standbyWorkspaces(Collection<StandbyWorkspace> standbyWorkspaces)
Information about the standby WorkSpace to be created.
|
CreateStandbyWorkspacesRequest.Builder |
standbyWorkspaces(Consumer<StandbyWorkspace.Builder>... standbyWorkspaces)
Information about the standby WorkSpace to be created.
|
CreateStandbyWorkspacesRequest.Builder |
standbyWorkspaces(StandbyWorkspace... standbyWorkspaces)
Information about the standby WorkSpace to be created.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStandbyWorkspacesRequest.Builder primaryRegion(String primaryRegion)
The Region of the primary WorkSpace.
primaryRegion - The Region of the primary WorkSpace.CreateStandbyWorkspacesRequest.Builder standbyWorkspaces(Collection<StandbyWorkspace> standbyWorkspaces)
Information about the standby WorkSpace to be created.
standbyWorkspaces - Information about the standby WorkSpace to be created.CreateStandbyWorkspacesRequest.Builder standbyWorkspaces(StandbyWorkspace... standbyWorkspaces)
Information about the standby WorkSpace to be created.
standbyWorkspaces - Information about the standby WorkSpace to be created.CreateStandbyWorkspacesRequest.Builder standbyWorkspaces(Consumer<StandbyWorkspace.Builder>... standbyWorkspaces)
Information about the standby WorkSpace to be created.
This is a convenience method that creates an instance of theStandbyWorkspace.Builder avoiding the need to create
one manually via StandbyWorkspace.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #standbyWorkspaces(List.
standbyWorkspaces - a consumer that will call methods on
StandbyWorkspace.Builder#standbyWorkspaces(java.util.Collection) CreateStandbyWorkspacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStandbyWorkspacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.