CopyableBuilder<CreateWorkspacesRequest.Builder,CreateWorkspacesRequest>
, SdkBuilder<CreateWorkspacesRequest.Builder,CreateWorkspacesRequest>
public static interface CreateWorkspacesRequest.Builder extends CopyableBuilder<CreateWorkspacesRequest.Builder,CreateWorkspacesRequest>
Modifier and Type | Method | Description |
---|---|---|
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.
|
copy
apply, build
CreateWorkspacesRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setWorkspaces(java.util.Collection)
or #withWorkspaces(java.util.Collection)
if you want to
override the existing values.
workspaces
- An array of structures that specify the WorkSpaces to create.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.