public static interface ResetInstanceAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ResetInstanceAttributeRequest.Builder,ResetInstanceAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetInstanceAttributeRequest.Builder |
attribute(InstanceAttributeName attribute)
The attribute to reset.
|
ResetInstanceAttributeRequest.Builder |
attribute(String attribute)
The attribute to reset.
|
ResetInstanceAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ResetInstanceAttributeRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
ResetInstanceAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResetInstanceAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildResetInstanceAttributeRequest.Builder attribute(String attribute)
The attribute to reset.
You can only reset the following attributes: kernel | ramdisk |
sourceDestCheck.
attribute - The attribute to reset.
You can only reset the following attributes: kernel | ramdisk |
sourceDestCheck.
InstanceAttributeName,
InstanceAttributeNameResetInstanceAttributeRequest.Builder attribute(InstanceAttributeName attribute)
The attribute to reset.
You can only reset the following attributes: kernel | ramdisk |
sourceDestCheck.
attribute - The attribute to reset.
You can only reset the following attributes: kernel | ramdisk |
sourceDestCheck.
InstanceAttributeName,
InstanceAttributeNameResetInstanceAttributeRequest.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.ResetInstanceAttributeRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.ResetInstanceAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderResetInstanceAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.