public static interface TerminateWorkspacesResponse.Builder extends WorkSpacesResponse.Builder, CopyableBuilder<TerminateWorkspacesResponse.Builder,TerminateWorkspacesResponse>
| Modifier and Type | Method and Description | 
|---|---|
TerminateWorkspacesResponse.Builder | 
failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
 An array of structures representing any WorkSpaces that could not be terminated. 
 | 
TerminateWorkspacesResponse.Builder | 
failedRequests(Consumer<FailedWorkspaceChangeRequest.Builder>... failedRequests)
 An array of structures representing any WorkSpaces that could not be terminated. 
 | 
TerminateWorkspacesResponse.Builder | 
failedRequests(FailedWorkspaceChangeRequest... failedRequests)
 An array of structures representing any WorkSpaces that could not be terminated. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildTerminateWorkspacesResponse.Builder failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
An array of structures representing any WorkSpaces that could not be terminated.
failedRequests - An array of structures representing any WorkSpaces that could not be terminated.TerminateWorkspacesResponse.Builder failedRequests(FailedWorkspaceChangeRequest... failedRequests)
An array of structures representing any WorkSpaces that could not be terminated.
failedRequests - An array of structures representing any WorkSpaces that could not be terminated.TerminateWorkspacesResponse.Builder failedRequests(Consumer<FailedWorkspaceChangeRequest.Builder>... failedRequests)
An array of structures representing any WorkSpaces that could not be terminated.
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.