ToCopyableBuilder<ImageAttribute.Builder,ImageAttribute>
@Generated("software.amazon.awssdk:codegen") public class ImageAttribute extends Object implements ToCopyableBuilder<ImageAttribute.Builder,ImageAttribute>
Describes an image attribute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ImageAttribute.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<BlockDeviceMapping> |
blockDeviceMappings() |
One or more block device mapping entries.
|
static ImageAttribute.Builder |
builder() |
|
String |
description() |
A description for the AMI.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
imageId() |
The ID of the AMI.
|
String |
kernelId() |
The kernel ID.
|
List<LaunchPermission> |
launchPermissions() |
One or more launch permissions.
|
List<ProductCode> |
productCodes() |
One or more product codes.
|
String |
ramdiskId() |
The RAM disk ID.
|
static Class<? extends ImageAttribute.Builder> |
serializableBuilderClass() |
|
String |
sriovNetSupport() |
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
ImageAttribute.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<BlockDeviceMapping> blockDeviceMappings()
One or more block device mapping entries.
public String imageId()
The ID of the AMI.
public List<LaunchPermission> launchPermissions()
One or more launch permissions.
public List<ProductCode> productCodes()
One or more product codes.
public String description()
A description for the AMI.
public String kernelId()
The kernel ID.
public String ramdiskId()
The RAM disk ID.
public String sriovNetSupport()
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
public ImageAttribute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ImageAttribute.Builder,ImageAttribute>
public static ImageAttribute.Builder builder()
public static Class<? extends ImageAttribute.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.