public static interface CreateWorkspacesRequest.Builder extends WorkSpacesRequest.Builder, CopyableBuilder<CreateWorkspacesRequest.Builder,CreateWorkspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspacesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateWorkspacesRequest.Builder |
workspaces(Collection<WorkspaceRequest> workspaces)
An array of structures that specify the WorkSpaces to create.
|
CreateWorkspacesRequest.Builder |
workspaces(WorkspaceRequest... workspaces)
An array of structures that specify the WorkSpaces to create.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreateWorkspacesRequest.Builder workspaces(Collection<WorkspaceRequest> workspaces)
An array of structures that specify the WorkSpaces to create.
workspaces - An array of structures that specify the WorkSpaces to create.CreateWorkspacesRequest.Builder workspaces(WorkspaceRequest... workspaces)
An array of structures that specify the WorkSpaces to create.
workspaces - An array of structures that specify the WorkSpaces to create.CreateWorkspacesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.