| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Ami.Builder |
Ami.Builder.accountId(String accountId)
The account ID of the owner of the AMI.
|
static Ami.Builder |
Ami.builder() |
Ami.Builder |
Ami.Builder.description(String description)
The description of the Amazon EC2 AMI.
|
Ami.Builder |
Ami.Builder.image(String image)
The AMI ID of the Amazon EC2 AMI.
|
Ami.Builder |
Ami.Builder.name(String name)
The name of the Amazon EC2 AMI.
|
Ami.Builder |
Ami.Builder.region(String region)
The Amazon Web Services Region of the Amazon EC2 AMI.
|
default Ami.Builder |
Ami.Builder.state(Consumer<ImageState.Builder> state)
Sets the value of the State property for this object.
|
Ami.Builder |
Ami.Builder.state(ImageState state)
Sets the value of the State property for this object.
|
Ami.Builder |
Ami.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Ami.Builder> |
Ami.serializableBuilderClass() |
Copyright © 2023. All rights reserved.