public static interface MonitorInstancesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<MonitorInstancesRequest.Builder,MonitorInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
MonitorInstancesRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
MonitorInstancesRequest.Builder |
instanceIds(Collection<String> instanceIds)
The IDs of the instances.
|
MonitorInstancesRequest.Builder |
instanceIds(String... instanceIds)
The IDs of the instances.
|
MonitorInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MonitorInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitorInstancesRequest.Builder instanceIds(Collection<String> instanceIds)
The IDs of the instances.
instanceIds - The IDs of the instances.MonitorInstancesRequest.Builder instanceIds(String... instanceIds)
The IDs of the instances.
instanceIds - The IDs of the instances.MonitorInstancesRequest.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.MonitorInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderMonitorInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.