public static interface ResetImageAttributeRequest.Builder extends EC2Request.Builder, 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 |
imageId(String imageId)
The ID of the AMI.
|
ResetImageAttributeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ResetImageAttributeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ResetImageAttributeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.