CopyableBuilder<RebootWorkspacesResponse.Builder,RebootWorkspacesResponse>
, SdkBuilder<RebootWorkspacesResponse.Builder,RebootWorkspacesResponse>
public static interface RebootWorkspacesResponse.Builder extends CopyableBuilder<RebootWorkspacesResponse.Builder,RebootWorkspacesResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
RebootWorkspacesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailedRequests(java.util.Collection)
or #withFailedRequests(java.util.Collection)
if you
want to override the existing values.
failedRequests
- An array of structures representing any WorkSpaces that could not be rebooted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.