CopyableBuilder<TerminateWorkspacesResponse.Builder,TerminateWorkspacesResponse>, SdkBuilder<TerminateWorkspacesResponse.Builder,TerminateWorkspacesResponse>public static interface TerminateWorkspacesResponse.Builder extends CopyableBuilder<TerminateWorkspacesResponse.Builder,TerminateWorkspacesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
TerminateWorkspacesResponse.Builder |
failedRequests(Collection<FailedWorkspaceChangeRequest> 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.
|
copyapply, 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.
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 terminated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.