Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.Ami.Builder
-
Packages that use Ami.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of Ami.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return Ami.Builder Modifier and Type Method Description Ami.BuilderAmi.Builder. accountId(String accountId)The account ID of the owner of the AMI.static Ami.BuilderAmi. builder()Ami.BuilderAmi.Builder. description(String description)The description of the Amazon EC2 AMI.Ami.BuilderAmi.Builder. image(String image)The AMI ID of the Amazon EC2 AMI.Ami.BuilderAmi.Builder. name(String name)The name of the Amazon EC2 AMI.Ami.BuilderAmi.Builder. region(String region)The Amazon Web Services Region of the Amazon EC2 AMI.default Ami.BuilderAmi.Builder. state(Consumer<ImageState.Builder> state)Sets the value of the State property for this object.Ami.BuilderAmi.Builder. state(ImageState state)Sets the value of the State property for this object.Ami.BuilderAmi. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type Ami.Builder Modifier and Type Method Description static Class<? extends Ami.Builder>Ami. serializableBuilderClass()
-