| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceBlockDeviceMapping> |
ImageRecipe.blockDeviceMappings()
The block device mappings to apply when creating images from this recipe.
|
List<InstanceBlockDeviceMapping> |
CreateImageRecipeRequest.blockDeviceMappings()
The block device mappings of the image recipe.
|
List<InstanceBlockDeviceMapping> |
InstanceConfiguration.blockDeviceMappings()
Defines the block devices to attach for building an instance from this Image Builder AMI.
|
| Modifier and Type | Method and Description |
|---|---|
ImageRecipe.Builder |
ImageRecipe.Builder.blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
CreateImageRecipeRequest.Builder |
CreateImageRecipeRequest.Builder.blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mappings of the image recipe.
|
InstanceConfiguration.Builder |
InstanceConfiguration.Builder.blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
Defines the block devices to attach for building an instance from this Image Builder AMI.
|
| Modifier and Type | Method and Description |
|---|---|
ImageRecipe.Builder |
ImageRecipe.Builder.blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mappings to apply when creating images from this recipe.
|
CreateImageRecipeRequest.Builder |
CreateImageRecipeRequest.Builder.blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mappings of the image recipe.
|
InstanceConfiguration.Builder |
InstanceConfiguration.Builder.blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Defines the block devices to attach for building an instance from this Image Builder AMI.
|
Copyright © 2021. All rights reserved.