public static interface RebootWorkspacesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<RebootWorkspacesRequest.Builder,RebootWorkspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
RebootWorkspacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RebootWorkspacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RebootWorkspacesRequest.Builder |
rebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
The WorkSpaces to reboot.
|
RebootWorkspacesRequest.Builder |
rebootWorkspaceRequests(Consumer<RebootRequest.Builder>... rebootWorkspaceRequests)
The WorkSpaces to reboot.
|
RebootWorkspacesRequest.Builder |
rebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)
The WorkSpaces to reboot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRebootWorkspacesRequest.Builder rebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
rebootWorkspaceRequests - The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.RebootWorkspacesRequest.Builder rebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)
The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
rebootWorkspaceRequests - The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.RebootWorkspacesRequest.Builder rebootWorkspaceRequests(Consumer<RebootRequest.Builder>... rebootWorkspaceRequests)
The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
This is a convenience method that creates an instance of theRebootRequest.Builder avoiding the need to create
one manually via RebootRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #rebootWorkspaceRequests(List.
rebootWorkspaceRequests - a consumer that will call methods on
RebootRequest.Builder#rebootWorkspaceRequests(java.util.Collection) RebootWorkspacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRebootWorkspacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.