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(Consumer<FailedWorkspaceChangeRequest.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.RebootWorkspacesResponse.Builder failedRequests(Consumer<FailedWorkspaceChangeRequest.Builder>... failedRequests)
An array of structures representing any WorkSpaces that could not be rebooted.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #failedRequests(List) .failedRequests - a consumer that will call methods on List.Builder #failedRequests(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.