static CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.builder() |
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.capacityManagerDataExportId(String capacityManagerDataExportId) |
The unique identifier for the data export configuration.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.createTime(Instant createTime) |
The timestamp when the data export configuration was created.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.latestDeliveryS3LocationUri(String latestDeliveryS3LocationUri) |
The S3 URI of the most recently delivered export file.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.latestDeliveryStatus(String latestDeliveryStatus) |
The status of the most recent export delivery.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.latestDeliveryStatus(CapacityManagerDataExportStatus latestDeliveryStatus) |
The status of the most recent export delivery.
|
CapacityManagerDataExportResponse.Builder |
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 |
CapacityManagerDataExportResponse.Builder.latestDeliveryTime(Instant latestDeliveryTime) |
The timestamp when the most recent export was delivered to S3.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.outputFormat(String outputFormat) |
The file format of the exported data.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.outputFormat(OutputFormat outputFormat) |
The file format of the exported data.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.s3BucketName(String s3BucketName) |
The name of the S3 bucket where export files are delivered.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.s3BucketPrefix(String s3BucketPrefix) |
The S3 key prefix used for organizing export files within the bucket.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.schedule(String schedule) |
The frequency at which data exports are generated.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.schedule(Schedule schedule) |
The frequency at which data exports are generated.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.tags(Collection<Tag> tags) |
The tags associated with the data export configuration.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with the data export configuration.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.Builder.tags(Tag... tags) |
The tags associated with the data export configuration.
|
CapacityManagerDataExportResponse.Builder |
CapacityManagerDataExportResponse.toBuilder() |
|