Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityManagerDataExportResponse.Builder
Packages that use CapacityManagerDataExportResponse.Builder
-
Uses of CapacityManagerDataExportResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityManagerDataExportResponse.BuilderModifier and TypeMethodDescriptionCapacityManagerDataExportResponse.builder()CapacityManagerDataExportResponse.Builder.capacityManagerDataExportId(String capacityManagerDataExportId) The unique identifier for the data export configuration.CapacityManagerDataExportResponse.Builder.createTime(Instant createTime) The timestamp when the data export configuration was created.CapacityManagerDataExportResponse.Builder.latestDeliveryS3LocationUri(String latestDeliveryS3LocationUri) The S3 URI of the most recently delivered export file.CapacityManagerDataExportResponse.Builder.latestDeliveryStatus(String latestDeliveryStatus) The status of the most recent export delivery.CapacityManagerDataExportResponse.Builder.latestDeliveryStatus(CapacityManagerDataExportStatus latestDeliveryStatus) The status of the most recent export delivery.CapacityManagerDataExportResponse.Builder.latestDeliveryStatusMessage(String latestDeliveryStatusMessage) A message describing the status of the most recent export delivery, including any error details if the delivery failed.CapacityManagerDataExportResponse.Builder.latestDeliveryTime(Instant latestDeliveryTime) The timestamp when the most recent export was delivered to S3.CapacityManagerDataExportResponse.Builder.outputFormat(String outputFormat) The file format of the exported data.CapacityManagerDataExportResponse.Builder.outputFormat(OutputFormat outputFormat) The file format of the exported data.CapacityManagerDataExportResponse.Builder.s3BucketName(String s3BucketName) The name of the S3 bucket where export files are delivered.CapacityManagerDataExportResponse.Builder.s3BucketPrefix(String s3BucketPrefix) The S3 key prefix used for organizing export files within the bucket.The frequency at which data exports are generated.The frequency at which data exports are generated.CapacityManagerDataExportResponse.Builder.tags(Collection<Tag> tags) The tags associated with the data export configuration.CapacityManagerDataExportResponse.Builder.tags(Consumer<Tag.Builder>... tags) The tags associated with the data export configuration.The tags associated with the data export configuration.CapacityManagerDataExportResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityManagerDataExportResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityManagerDataExportResponse.Builder>CapacityManagerDataExportResponse.serializableBuilderClass()