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)
Add an optional request override configuration.
|
DescribeImageAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeImageAttributeRequest.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
,
ImageAttributeName
DescribeImageAttributeRequest.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
,
ImageAttributeName
DescribeImageAttributeRequest.Builder imageId(String imageId)
The ID of the AMI.
imageId
- The ID of the AMI.DescribeImageAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeImageAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.