public static interface RebootInstancesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RebootInstancesRequest.Builder,RebootInstancesRequest>
Modifier and Type | Method and Description |
---|---|
RebootInstancesRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
RebootInstancesRequest.Builder |
instanceIds(Collection<String> instanceIds)
The instance IDs.
|
RebootInstancesRequest.Builder |
instanceIds(String... instanceIds)
The instance IDs.
|
RebootInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RebootInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RebootInstancesRequest.Builder instanceIds(Collection<String> instanceIds)
The instance IDs.
instanceIds
- The instance IDs.RebootInstancesRequest.Builder instanceIds(String... instanceIds)
The instance IDs.
instanceIds
- The instance IDs.RebootInstancesRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
dryRun
- Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.RebootInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RebootInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.