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