public static interface DescribeImageAttributeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeImageAttributeResponse.Builder,DescribeImageAttributeResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImageAttributeResponse.Builder blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries.
blockDeviceMappings - The block device mapping entries.DescribeImageAttributeResponse.Builder blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping entries.
blockDeviceMappings - The block device mapping entries.DescribeImageAttributeResponse.Builder blockDeviceMappings(Consumer<BlockDeviceMapping.Builder>... blockDeviceMappings)
The block device mapping entries.
This is a convenience method that creates an instance of theBlockDeviceMapping.Builder avoiding the need to create one
manually via BlockDeviceMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #blockDeviceMappings(List.
blockDeviceMappings - a consumer that will call methods on
BlockDeviceMapping.Builder#blockDeviceMappings(java.util.Collection) DescribeImageAttributeResponse.Builder imageId(String imageId)
The ID of the AMI.
imageId - The ID of the AMI.DescribeImageAttributeResponse.Builder launchPermissions(Collection<LaunchPermission> launchPermissions)
The launch permissions.
launchPermissions - The launch permissions.DescribeImageAttributeResponse.Builder launchPermissions(LaunchPermission... launchPermissions)
The launch permissions.
launchPermissions - The launch permissions.DescribeImageAttributeResponse.Builder launchPermissions(Consumer<LaunchPermission.Builder>... launchPermissions)
The launch permissions.
This is a convenience method that creates an instance of theLaunchPermission.Builder avoiding the need to create one
manually via LaunchPermission.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #launchPermissions(List.
launchPermissions - a consumer that will call methods on
LaunchPermission.Builder#launchPermissions(java.util.Collection) DescribeImageAttributeResponse.Builder productCodes(Collection<ProductCode> productCodes)
The product codes.
productCodes - The product codes.DescribeImageAttributeResponse.Builder productCodes(ProductCode... productCodes)
The product codes.
productCodes - The product codes.DescribeImageAttributeResponse.Builder productCodes(Consumer<ProductCode.Builder>... productCodes)
The product codes.
This is a convenience method that creates an instance of theProductCode.Builder avoiding the need to create one
manually via ProductCode.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #productCodes(List.
productCodes - a consumer that will call methods on
ProductCode.Builder#productCodes(java.util.Collection) DescribeImageAttributeResponse.Builder description(AttributeValue description)
A description for the AMI.
description - A description for the AMI.default DescribeImageAttributeResponse.Builder description(Consumer<AttributeValue.Builder> description)
A description for the AMI.
This is a convenience method that creates an instance of theAttributeValue.Builder avoiding the need
to create one manually via AttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to description(AttributeValue).
description - a consumer that will call methods on AttributeValue.Builderdescription(AttributeValue)DescribeImageAttributeResponse.Builder kernelId(AttributeValue kernelId)
The kernel ID.
kernelId - The kernel ID.default DescribeImageAttributeResponse.Builder kernelId(Consumer<AttributeValue.Builder> kernelId)
The kernel ID.
This is a convenience method that creates an instance of theAttributeValue.Builder avoiding the need
to create one manually via AttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to kernelId(AttributeValue).
kernelId - a consumer that will call methods on AttributeValue.BuilderkernelId(AttributeValue)DescribeImageAttributeResponse.Builder ramdiskId(AttributeValue ramdiskId)
The RAM disk ID.
ramdiskId - The RAM disk ID.default DescribeImageAttributeResponse.Builder ramdiskId(Consumer<AttributeValue.Builder> ramdiskId)
The RAM disk ID.
This is a convenience method that creates an instance of theAttributeValue.Builder avoiding the need
to create one manually via AttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ramdiskId(AttributeValue).
ramdiskId - a consumer that will call methods on AttributeValue.BuilderramdiskId(AttributeValue)DescribeImageAttributeResponse.Builder sriovNetSupport(AttributeValue sriovNetSupport)
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
sriovNetSupport - Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.default DescribeImageAttributeResponse.Builder sriovNetSupport(Consumer<AttributeValue.Builder> sriovNetSupport)
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
This is a convenience method that creates an instance of theAttributeValue.Builder avoiding the need
to create one manually via AttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sriovNetSupport(AttributeValue).
sriovNetSupport - a consumer that will call methods on AttributeValue.BuildersriovNetSupport(AttributeValue)DescribeImageAttributeResponse.Builder bootMode(AttributeValue bootMode)
The boot mode.
bootMode - The boot mode.default DescribeImageAttributeResponse.Builder bootMode(Consumer<AttributeValue.Builder> bootMode)
The boot mode.
This is a convenience method that creates an instance of theAttributeValue.Builder avoiding the need
to create one manually via AttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to bootMode(AttributeValue).
bootMode - a consumer that will call methods on AttributeValue.BuilderbootMode(AttributeValue)DescribeImageAttributeResponse.Builder tpmSupport(AttributeValue tpmSupport)
If the image is configured for NitroTPM support, the value is v2.0.
tpmSupport - If the image is configured for NitroTPM support, the value is v2.0.default DescribeImageAttributeResponse.Builder tpmSupport(Consumer<AttributeValue.Builder> tpmSupport)
If the image is configured for NitroTPM support, the value is v2.0.
AttributeValue.Builder avoiding the need
to create one manually via AttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tpmSupport(AttributeValue).
tpmSupport - a consumer that will call methods on AttributeValue.BuildertpmSupport(AttributeValue)DescribeImageAttributeResponse.Builder uefiData(AttributeValue uefiData)
Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon Elastic Compute Cloud User Guide.
uefiData - Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData
command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more
information, see UEFI Secure Boot
in the Amazon Elastic Compute Cloud User Guide.default DescribeImageAttributeResponse.Builder uefiData(Consumer<AttributeValue.Builder> uefiData)
Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon Elastic Compute Cloud User Guide.
This is a convenience method that creates an instance of theAttributeValue.Builder avoiding the need
to create one manually via AttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to uefiData(AttributeValue).
uefiData - a consumer that will call methods on AttributeValue.BuilderuefiData(AttributeValue)DescribeImageAttributeResponse.Builder lastLaunchedTime(AttributeValue lastLaunchedTime)
The date and time, in ISO 8601 date-time format, when the AMI was last used to launch an EC2 instance. When the AMI is used to launch an instance, there is a 24-hour delay before that usage is reported.
lastLaunchedTime data is available starting April 2017.
lastLaunchedTime - The date and time, in ISO 8601 date-time format, when the
AMI was last used to launch an EC2 instance. When the AMI is used to launch an instance, there is a
24-hour delay before that usage is reported.
lastLaunchedTime data is available starting April 2017.
default DescribeImageAttributeResponse.Builder lastLaunchedTime(Consumer<AttributeValue.Builder> lastLaunchedTime)
The date and time, in ISO 8601 date-time format, when the AMI was last used to launch an EC2 instance. When the AMI is used to launch an instance, there is a 24-hour delay before that usage is reported.
lastLaunchedTime data is available starting April 2017.
AttributeValue.Builder avoiding
the need to create one manually via AttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lastLaunchedTime(AttributeValue).
lastLaunchedTime - a consumer that will call methods on AttributeValue.BuilderlastLaunchedTime(AttributeValue)Copyright © 2022. All rights reserved.