public static interface DescribeImageAttributeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeImageAttributeResponse.Builder,DescribeImageAttributeResponse>
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeImageAttributeResponse.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 theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #blockDeviceMappings(List)
.blockDeviceMappings
- a consumer that will call methods on List.Builder
#blockDeviceMappings(List)
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 theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #launchPermissions(List)
.launchPermissions
- a consumer that will call methods on List.Builder
#launchPermissions(List)
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 theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #productCodes(List)
.productCodes
- a consumer that will call methods on List.Builder
#productCodes(List)
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.Builder
description(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.Builder
kernelId(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.Builder
ramdiskId(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.Builder
sriovNetSupport(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.Builder
bootMode(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, 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, 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, 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.Builder
lastLaunchedTime(AttributeValue)
Copyright © 2022. All rights reserved.