public static interface StartWorkspacesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<StartWorkspacesResponse.Builder,StartWorkspacesResponse>
| Modifier and Type | Method and Description |
|---|---|
StartWorkspacesResponse.Builder |
failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be started.
|
StartWorkspacesResponse.Builder |
failedRequests(Consumer<FailedWorkspaceChangeRequest.Builder>... failedRequests)
Information about the WorkSpaces that could not be started.
|
StartWorkspacesResponse.Builder |
failedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be started.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildStartWorkspacesResponse.Builder failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be started.
failedRequests - Information about the WorkSpaces that could not be started.StartWorkspacesResponse.Builder failedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be started.
failedRequests - Information about the WorkSpaces that could not be started.StartWorkspacesResponse.Builder failedRequests(Consumer<FailedWorkspaceChangeRequest.Builder>... failedRequests)
Information about the WorkSpaces that could not be started.
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.