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 |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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: The blockDeviceMapping attribute is deprecated. Using this attribute returns the
Client.AuthFailure error. To get information about the block device mappings for an AMI, use the
DescribeImages action.
attribute - The AMI attribute.
Note: The blockDeviceMapping attribute is deprecated. Using this attribute returns
the Client.AuthFailure error. To get information about the block device mappings for an
AMI, use the DescribeImages action.
ImageAttributeName,
ImageAttributeNameDescribeImageAttributeRequest.Builder attribute(ImageAttributeName attribute)
The AMI attribute.
Note: The blockDeviceMapping attribute is deprecated. Using this attribute returns the
Client.AuthFailure error. To get information about the block device mappings for an AMI, use the
DescribeImages action.
attribute - The AMI attribute.
Note: The blockDeviceMapping attribute is deprecated. Using this attribute returns
the Client.AuthFailure error. To get information about the block device mappings for an
AMI, use the DescribeImages action.
ImageAttributeName,
ImageAttributeNameDescribeImageAttributeRequest.Builder imageId(String imageId)
The ID of the AMI.
imageId - The ID of the AMI.DescribeImageAttributeRequest.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.DescribeImageAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeImageAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.