| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Ami |
Ami.clone() |
Ami |
Ami.withAccountId(String accountId)
The account ID of the owner of the AMI.
|
Ami |
Ami.withDescription(String description)
The description of the Amazon EC2 AMI.
|
Ami |
Ami.withImage(String image)
The AMI ID of the Amazon EC2 AMI.
|
Ami |
Ami.withName(String name)
The name of the Amazon EC2 AMI.
|
Ami |
Ami.withRegion(String region)
The Region of the Amazon EC2 AMI.
|
Ami |
Ami.withState(ImageState state) |
| Modifier and Type | Method and Description |
|---|---|
List<Ami> |
OutputResources.getAmis()
The Amazon EC2 AMIs created by this image.
|
| Modifier and Type | Method and Description |
|---|---|
OutputResources |
OutputResources.withAmis(Ami... amis)
The Amazon EC2 AMIs created by this image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputResources.setAmis(Collection<Ami> amis)
The Amazon EC2 AMIs created by this image.
|
OutputResources |
OutputResources.withAmis(Collection<Ami> amis)
The Amazon EC2 AMIs created by this image.
|
Copyright © 2021. All rights reserved.