Uses of Interface
software.amazon.awssdk.services.ec2.model.ImageUsageReport.Builder
Packages that use ImageUsageReport.Builder
-
Uses of ImageUsageReport.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ImageUsageReport.BuilderModifier and TypeMethodDescriptionImageUsageReport.Builder.accountIds(String... accountIds) The IDs of the Amazon Web Services accounts that were specified when the report was created.ImageUsageReport.Builder.accountIds(Collection<String> accountIds) The IDs of the Amazon Web Services accounts that were specified when the report was created.static ImageUsageReport.BuilderImageUsageReport.builder()ImageUsageReport.Builder.creationTime(Instant creationTime) The date and time when the report was created.ImageUsageReport.Builder.expirationTime(Instant expirationTime) The date and time when Amazon EC2 will delete the report (30 days after the report was created).The ID of the image that was specified when the report was created.The ID of the report.ImageUsageReport.Builder.resourceTypes(Collection<ImageUsageResourceType> resourceTypes) The resource types that were specified when the report was created.ImageUsageReport.Builder.resourceTypes(Consumer<ImageUsageResourceType.Builder>... resourceTypes) The resource types that were specified when the report was created.ImageUsageReport.Builder.resourceTypes(ImageUsageResourceType... resourceTypes) The resource types that were specified when the report was created.The current state of the report.ImageUsageReport.Builder.stateReason(String stateReason) Provides additional details when the report is in anerrorstate.ImageUsageReport.Builder.tags(Collection<Tag> tags) Any tags assigned to the report.ImageUsageReport.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the report.Any tags assigned to the report.ImageUsageReport.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageUsageReport.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImageUsageReport.Builder>ImageUsageReport.serializableBuilderClass()