public static interface RebootWorkspacesResponse.Builder extends WorkSpacesResponse.Builder, CopyableBuilder<RebootWorkspacesResponse.Builder,RebootWorkspacesResponse>
| Modifier and Type | Method and Description |
|---|---|
RebootWorkspacesResponse.Builder |
failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures representing any WorkSpaces that could not be rebooted.
|
RebootWorkspacesResponse.Builder |
failedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures representing any WorkSpaces that could not be rebooted.
|
buildcopyapply, buildRebootWorkspacesResponse.Builder failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures representing any WorkSpaces that could not be rebooted.
failedRequests - An array of structures representing any WorkSpaces that could not be rebooted.RebootWorkspacesResponse.Builder failedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures representing any WorkSpaces that could not be rebooted.
failedRequests - An array of structures representing any WorkSpaces that could not be rebooted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.