CopyableBuilder<RebootWorkspacesRequest.Builder,RebootWorkspacesRequest>, SdkBuilder<RebootWorkspacesRequest.Builder,RebootWorkspacesRequest>public static interface RebootWorkspacesRequest.Builder extends CopyableBuilder<RebootWorkspacesRequest.Builder,RebootWorkspacesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
RebootWorkspacesRequest.Builder |
rebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests) |
An array of structures that specify the WorkSpaces to reboot.
|
RebootWorkspacesRequest.Builder |
rebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests) |
An array of structures that specify the WorkSpaces to reboot.
|
copyapply, buildRebootWorkspacesRequest.Builder rebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
rebootWorkspaceRequests - An array of structures that specify the WorkSpaces to reboot.RebootWorkspacesRequest.Builder rebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
NOTE: This method appends the values to the existing list (if any). Use
#setRebootWorkspaceRequests(java.util.Collection) or
#withRebootWorkspaceRequests(java.util.Collection) if you want to override the existing values.
rebootWorkspaceRequests - An array of structures that specify the WorkSpaces to reboot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.