Interface CapacityManagerDataExportResponse.Builder

  • 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

      CapacityManagerDataExportResponse.Builder s3BucketPrefix(String 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

      CapacityManagerDataExportResponse.Builder latestDeliveryStatus(String 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

      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

      CapacityManagerDataExportResponse.Builder latestDeliveryTime(Instant 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 the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: