primaryRegion
The Region of the primary WorkSpace.
- Parameters:
primaryRegion
- The Region of the primary WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
AwsRequest.Builder
, Buildable
, CopyableBuilder<CreateStandbyWorkspacesRequest.Builder,CreateStandbyWorkspacesRequest>
, SdkBuilder<CreateStandbyWorkspacesRequest.Builder,CreateStandbyWorkspacesRequest>
, SdkPojo
, SdkRequest.Builder
, WorkSpacesRequest.Builder
CreateStandbyWorkspacesRequest
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
primaryRegion(String primaryRegion)
standbyWorkspaces(Collection<StandbyWorkspace> standbyWorkspaces)
standbyWorkspaces(Consumer<StandbyWorkspace.Builder>... standbyWorkspaces)
standbyWorkspaces(StandbyWorkspace... standbyWorkspaces)
overrideConfiguration
copy
applyMutation, build
equalsBySdkFields, sdkFields
build
The Region of the primary WorkSpace.
primaryRegion
- The Region of the primary WorkSpace.Information about the standby WorkSpace to be created.
standbyWorkspaces
- Information about the standby WorkSpace to be created.Information about the standby WorkSpace to be created.
standbyWorkspaces
- Information about the standby WorkSpace to be created.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<StandbyWorkspace>)
.
standbyWorkspaces
- a consumer that will call methods on
StandbyWorkspace.Builder
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.