Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.CustomAmi.Builder
-
Packages that use CustomAmi.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of CustomAmi.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return CustomAmi.Builder Modifier and Type Method Description static CustomAmi.BuilderCustomAmi. builder()CustomAmi.BuilderCustomAmi.Builder. imageId(String imageId)THe ID of the image used to create the custom AMI.CustomAmi.BuilderCustomAmi. toBuilder()CustomAmi.BuilderCustomAmi.Builder. virtualizationType(String virtualizationType)The type of virtualization used to create the custom AMI.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type CustomAmi.Builder Modifier and Type Method Description static Class<? extends CustomAmi.Builder>CustomAmi. serializableBuilderClass()
-