Uses of Interface
software.amazon.awssdk.services.ec2.model.ImageAncestryEntry.Builder
Packages that use ImageAncestryEntry.Builder
-
Uses of ImageAncestryEntry.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ImageAncestryEntry.BuilderModifier and TypeMethodDescriptionstatic ImageAncestryEntry.BuilderImageAncestryEntry.builder()ImageAncestryEntry.Builder.creationDate(Instant creationDate) The date and time when this AMI was created.The ID of this AMI.ImageAncestryEntry.Builder.imageOwnerAlias(String imageOwnerAlias) The owner alias (amazon|aws-backup-vault|aws-marketplace) of this AMI, if one is assigned.ImageAncestryEntry.Builder.sourceImageId(String sourceImageId) The ID of the parent AMI.ImageAncestryEntry.Builder.sourceImageRegion(String sourceImageRegion) The Amazon Web Services Region of the parent AMI.ImageAncestryEntry.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageAncestryEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImageAncestryEntry.Builder>ImageAncestryEntry.serializableBuilderClass()