public static interface DescribeImageAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeImageAttributeRequest.Builder,DescribeImageAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeImageAttributeRequest.Builder |
attribute(ImageAttributeName attribute)
The AMI attribute.
|
DescribeImageAttributeRequest.Builder |
attribute(String attribute)
The AMI attribute.
|
DescribeImageAttributeRequest.Builder |
imageId(String imageId)
The ID of the AMI.
|
DescribeImageAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeImageAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImageAttributeRequest.Builder attribute(String attribute)
The AMI attribute.
Note: Depending on your account privileges, the blockDeviceMapping attribute may return a
Client.AuthFailure error. If this happens, use DescribeImages to get information about
the block device mapping for the AMI.
attribute - The AMI attribute.
Note: Depending on your account privileges, the blockDeviceMapping attribute may
return a Client.AuthFailure error. If this happens, use DescribeImages to get
information about the block device mapping for the AMI.
ImageAttributeName,
ImageAttributeNameDescribeImageAttributeRequest.Builder attribute(ImageAttributeName attribute)
The AMI attribute.
Note: Depending on your account privileges, the blockDeviceMapping attribute may return a
Client.AuthFailure error. If this happens, use DescribeImages to get information about
the block device mapping for the AMI.
attribute - The AMI attribute.
Note: Depending on your account privileges, the blockDeviceMapping attribute may
return a Client.AuthFailure error. If this happens, use DescribeImages to get
information about the block device mapping for the AMI.
ImageAttributeName,
ImageAttributeNameDescribeImageAttributeRequest.Builder imageId(String imageId)
The ID of the AMI.
imageId - The ID of the AMI.DescribeImageAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeImageAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.