@Generated(value="software.amazon.awssdk:codegen") public final class ImageAttribute extends Object implements ToCopyableBuilder<ImageAttribute.Builder,ImageAttribute>
Describes an image attribute.
Modifier and Type | Class and Description |
---|---|
static interface |
ImageAttribute.Builder |
Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
copy
public List<BlockDeviceMapping> blockDeviceMappings()
One or more block device mapping entries.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String imageId()
The ID of the AMI.
public List<LaunchPermission> launchPermissions()
One or more launch permissions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ProductCode> productCodes()
One or more product codes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.