public static interface RebuildWorkspacesRequest.Builder extends WorkSpacesRequest.Builder, CopyableBuilder<RebuildWorkspacesRequest.Builder,RebuildWorkspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
RebuildWorkspacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RebuildWorkspacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
RebuildWorkspacesRequest.Builder |
rebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
|
RebuildWorkspacesRequest.Builder |
rebuildWorkspaceRequests(Consumer<RebuildRequest.Builder>... rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
|
RebuildWorkspacesRequest.Builder |
rebuildWorkspaceRequests(RebuildRequest... rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
|
buildoverrideConfigurationcopyapplyMutation, buildRebuildWorkspacesRequest.Builder rebuildWorkspaceRequests(Collection<RebuildRequest> rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
rebuildWorkspaceRequests - An array of structures that specify the WorkSpaces to rebuild.RebuildWorkspacesRequest.Builder rebuildWorkspaceRequests(RebuildRequest... rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
rebuildWorkspaceRequests - An array of structures that specify the WorkSpaces to rebuild.RebuildWorkspacesRequest.Builder rebuildWorkspaceRequests(Consumer<RebuildRequest.Builder>... rebuildWorkspaceRequests)
An array of structures that specify the WorkSpaces to rebuild.
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 #rebuildWorkspaceRequests(List) .rebuildWorkspaceRequests - a consumer that will call methods on List.Builder #rebuildWorkspaceRequests(List) RebuildWorkspacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RebuildWorkspacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.