public static interface StopWorkspacesRequest.Builder extends WorkSpacesRequest.Builder, CopyableBuilder<StopWorkspacesRequest.Builder,StopWorkspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
StopWorkspacesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StopWorkspacesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
StopWorkspacesRequest.Builder |
stopWorkspaceRequests(Collection<StopRequest> stopWorkspaceRequests)
The requests.
|
StopWorkspacesRequest.Builder |
stopWorkspaceRequests(Consumer<StopRequest.Builder>... stopWorkspaceRequests)
The requests.
|
StopWorkspacesRequest.Builder |
stopWorkspaceRequests(StopRequest... stopWorkspaceRequests)
The requests.
|
buildrequestOverrideConfigcopyapply, buildStopWorkspacesRequest.Builder stopWorkspaceRequests(Collection<StopRequest> stopWorkspaceRequests)
The requests.
stopWorkspaceRequests - The requests.StopWorkspacesRequest.Builder stopWorkspaceRequests(StopRequest... stopWorkspaceRequests)
The requests.
stopWorkspaceRequests - The requests.StopWorkspacesRequest.Builder stopWorkspaceRequests(Consumer<StopRequest.Builder>... stopWorkspaceRequests)
The requests.
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 #stopWorkspaceRequests(List) .stopWorkspaceRequests - a consumer that will call methods on List.Builder #stopWorkspaceRequests(List) StopWorkspacesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.StopWorkspacesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.