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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ResetImageAttributeRequest.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
,
ResetImageAttributeName
ResetImageAttributeRequest.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
,
ResetImageAttributeName
ResetImageAttributeRequest.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.Builder
ResetImageAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.