Interface CapacityManagerDataExportResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CapacityManagerDataExportResponse.Builder,
,CapacityManagerDataExportResponse> SdkBuilder<CapacityManagerDataExportResponse.Builder,
,CapacityManagerDataExportResponse> SdkPojo
- Enclosing class:
CapacityManagerDataExportResponse
-
Method Summary
Modifier and TypeMethodDescriptioncapacityManagerDataExportId
(String capacityManagerDataExportId) The unique identifier for the data export configuration.createTime
(Instant createTime) The timestamp when the data export configuration was created.latestDeliveryS3LocationUri
(String latestDeliveryS3LocationUri) The S3 URI of the most recently delivered export file.latestDeliveryStatus
(String latestDeliveryStatus) The status of the most recent export delivery.latestDeliveryStatus
(CapacityManagerDataExportStatus latestDeliveryStatus) The status of the most recent export delivery.latestDeliveryStatusMessage
(String latestDeliveryStatusMessage) A message describing the status of the most recent export delivery, including any error details if the delivery failed.latestDeliveryTime
(Instant latestDeliveryTime) The timestamp when the most recent export was delivered to S3.outputFormat
(String outputFormat) The file format of the exported data.outputFormat
(OutputFormat outputFormat) The file format of the exported data.s3BucketName
(String s3BucketName) The name of the S3 bucket where export files are delivered.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.tags
(Collection<Tag> tags) The tags associated with the data export configuration.tags
(Consumer<Tag.Builder>... tags) The tags associated with the data export configuration.The tags associated with the data export configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
capacityManagerDataExportId
CapacityManagerDataExportResponse.Builder capacityManagerDataExportId(String capacityManagerDataExportId) The unique identifier for the data export configuration.
- Parameters:
capacityManagerDataExportId
- The unique identifier for the data export configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketName
The name of the S3 bucket where export files are delivered.
- Parameters:
s3BucketName
- The name of the S3 bucket where export files are delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketPrefix
The S3 key prefix used for organizing export files within the bucket.
- Parameters:
s3BucketPrefix
- The S3 key prefix used for organizing export files within the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
The frequency at which data exports are generated.
- Parameters:
schedule
- The frequency at which data exports are generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schedule
The frequency at which data exports are generated.
- Parameters:
schedule
- The frequency at which data exports are generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputFormat
The file format of the exported data.
- Parameters:
outputFormat
- The file format of the exported data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputFormat
The file format of the exported data.
- Parameters:
outputFormat
- The file format of the exported data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createTime
The timestamp when the data export configuration was created.
- Parameters:
createTime
- The timestamp when the data export configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestDeliveryStatus
The status of the most recent export delivery.
- Parameters:
latestDeliveryStatus
- The status of the most recent export delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
latestDeliveryStatus
CapacityManagerDataExportResponse.Builder latestDeliveryStatus(CapacityManagerDataExportStatus latestDeliveryStatus) The status of the most recent export delivery.
- Parameters:
latestDeliveryStatus
- The status of the most recent export delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
latestDeliveryStatusMessage
CapacityManagerDataExportResponse.Builder latestDeliveryStatusMessage(String latestDeliveryStatusMessage) A message describing the status of the most recent export delivery, including any error details if the delivery failed.
- Parameters:
latestDeliveryStatusMessage
- A message describing the status of the most recent export delivery, including any error details if the delivery failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestDeliveryS3LocationUri
CapacityManagerDataExportResponse.Builder latestDeliveryS3LocationUri(String latestDeliveryS3LocationUri) The S3 URI of the most recently delivered export file.
- Parameters:
latestDeliveryS3LocationUri
- The S3 URI of the most recently delivered export file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestDeliveryTime
The timestamp when the most recent export was delivered to S3.
- Parameters:
latestDeliveryTime
- The timestamp when the most recent export was delivered to S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the data export configuration.
- Parameters:
tags
- The tags associated with the data export configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the data export configuration.
- Parameters:
tags
- The tags associated with the data export configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the data export configuration.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-