public static interface TerminateWorkspacesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<TerminateWorkspacesResponse.Builder,TerminateWorkspacesResponse>
| Modifier and Type | Method and Description |
|---|---|
TerminateWorkspacesResponse.Builder |
failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be terminated.
|
TerminateWorkspacesResponse.Builder |
failedRequests(Consumer<FailedWorkspaceChangeRequest.Builder>... failedRequests)
Information about the WorkSpaces that could not be terminated.
|
TerminateWorkspacesResponse.Builder |
failedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be terminated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildTerminateWorkspacesResponse.Builder failedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)
Information about the WorkSpaces that could not be terminated.
failedRequests - Information about the WorkSpaces that could not be terminated.TerminateWorkspacesResponse.Builder failedRequests(FailedWorkspaceChangeRequest... failedRequests)
Information about the WorkSpaces that could not be terminated.
failedRequests - Information about the WorkSpaces that could not be terminated.TerminateWorkspacesResponse.Builder failedRequests(Consumer<FailedWorkspaceChangeRequest.Builder>... failedRequests)
Information about the WorkSpaces that could not be terminated.
This is a convenience method that creates an instance of theFailedWorkspaceChangeRequest.Builder avoiding the
need to create one manually via
FailedWorkspaceChangeRequest.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #failedRequests(List.
failedRequests - a consumer that will call methods on
FailedWorkspaceChangeRequest.Builder#failedRequests(java.util.Collection) Copyright © 2023. All rights reserved.