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