Uses of Interface
software.amazon.awssdk.services.ec2.model.ImageMetadata.Builder
Packages that use ImageMetadata.Builder
-
Uses of ImageMetadata.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ImageMetadata.BuilderModifier and TypeMethodDescriptionstatic ImageMetadata.BuilderImageMetadata.builder()ImageMetadata.Builder.creationDate(String creationDate) The date and time the AMI was created.ImageMetadata.Builder.deprecationTime(String deprecationTime) The deprecation date and time of the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ.ImageMetadata.Builder.imageAllowed(Boolean imageAllowed) Iftrue, the AMI satisfies the criteria for Allowed AMIs and can be discovered and used in the account.The ID of the AMI.ImageMetadata.Builder.imageOwnerAlias(String imageOwnerAlias) The alias of the AMI owner.Indicates whether the AMI has public launch permissions.The name of the AMI.The ID of the Amazon Web Services account that owns the AMI.The current state of the AMI.ImageMetadata.Builder.state(ImageState state) The current state of the AMI.ImageMetadata.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageMetadata.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImageMetadata.Builder>ImageMetadata.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageMetadata.BuilderModifier and TypeMethodDescriptiondefault InstanceImageMetadata.BuilderInstanceImageMetadata.Builder.imageMetadata(Consumer<ImageMetadata.Builder> imageMetadata) Information about the AMI used to launch the instance.