public static interface ResetImageAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ResetImageAttributeRequest.Builder,ResetImageAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetImageAttributeRequest.Builder |
attribute(ResetImageAttributeName attribute)
The attribute to reset (currently you can only reset the launch permission attribute).
|
ResetImageAttributeRequest.Builder |
attribute(String attribute)
The attribute to reset (currently you can only reset the launch permission attribute).
|
ResetImageAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ResetImageAttributeRequest.Builder |
imageId(String imageId)
The ID of the AMI.
|
ResetImageAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResetImageAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildResetImageAttributeRequest.Builder attribute(String attribute)
The attribute to reset (currently you can only reset the launch permission attribute).
attribute - The attribute to reset (currently you can only reset the launch permission attribute).ResetImageAttributeName,
ResetImageAttributeNameResetImageAttributeRequest.Builder attribute(ResetImageAttributeName attribute)
The attribute to reset (currently you can only reset the launch permission attribute).
attribute - The attribute to reset (currently you can only reset the launch permission attribute).ResetImageAttributeName,
ResetImageAttributeNameResetImageAttributeRequest.Builder imageId(String imageId)
The ID of the AMI.
imageId - The ID of the AMI.ResetImageAttributeRequest.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.ResetImageAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderResetImageAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.