| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.clone() |
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withDeviceName(String deviceName)
The device to which these mappings apply.
|
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withEbs(EbsInstanceBlockDeviceSpecification ebs)
Use to manage Amazon EBS-specific configuration for this mapping.
|
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withNoDevice(String noDevice)
Use to remove a mapping from the base image.
|
InstanceBlockDeviceMapping |
InstanceBlockDeviceMapping.withVirtualName(String virtualName)
Use to manage instance ephemeral devices.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceBlockDeviceMapping> |
ImageRecipe.getBlockDeviceMappings()
The block device mappings to apply when creating images from this recipe.
|
List<InstanceBlockDeviceMapping> |
InstanceConfiguration.getBlockDeviceMappings()
Defines the block devices to attach for building an instance from this Image Builder AMI.
|
List<InstanceBlockDeviceMapping> |
CreateImageRecipeRequest.getBlockDeviceMappings()
The block device mappings of the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
ImageRecipe |
ImageRecipe.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
InstanceConfiguration |
InstanceConfiguration.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
Defines the block devices to attach for building an instance from this Image Builder AMI.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mappings of the image recipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageRecipe.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
void |
InstanceConfiguration.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Defines the block devices to attach for building an instance from this Image Builder AMI.
|
void |
CreateImageRecipeRequest.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mappings of the image recipe.
|
ImageRecipe |
ImageRecipe.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
InstanceConfiguration |
InstanceConfiguration.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Defines the block devices to attach for building an instance from this Image Builder AMI.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mappings of the image recipe.
|
Copyright © 2024. All rights reserved.