Interface GetCapacityManagerAttributesResponse.Builder

  • Method Details

    • capacityManagerStatus

      GetCapacityManagerAttributesResponse.Builder capacityManagerStatus(String capacityManagerStatus)

      The current status of Capacity Manager.

      Parameters:
      capacityManagerStatus - The current status of Capacity Manager.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • capacityManagerStatus

      GetCapacityManagerAttributesResponse.Builder capacityManagerStatus(CapacityManagerStatus capacityManagerStatus)

      The current status of Capacity Manager.

      Parameters:
      capacityManagerStatus - The current status of Capacity Manager.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • organizationsAccess

      GetCapacityManagerAttributesResponse.Builder organizationsAccess(Boolean organizationsAccess)

      Indicates whether Organizations access is enabled for cross-account data aggregation.

      Parameters:
      organizationsAccess - Indicates whether Organizations access is enabled for cross-account data aggregation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataExportCount

      GetCapacityManagerAttributesResponse.Builder dataExportCount(Integer dataExportCount)

      The number of active data export configurations for this account. This count includes all data exports regardless of their current delivery status.

      Parameters:
      dataExportCount - The number of active data export configurations for this account. This count includes all data exports regardless of their current delivery status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ingestionStatus

      GetCapacityManagerAttributesResponse.Builder ingestionStatus(String ingestionStatus)

      The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.

      Parameters:
      ingestionStatus - The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ingestionStatus

      The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.

      Parameters:
      ingestionStatus - The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ingestionStatusMessage

      GetCapacityManagerAttributesResponse.Builder ingestionStatusMessage(String ingestionStatusMessage)

      A descriptive message providing additional details about the current ingestion status. This may include error information if ingestion has failed or progress details during initial setup.

      Parameters:
      ingestionStatusMessage - A descriptive message providing additional details about the current ingestion status. This may include error information if ingestion has failed or progress details during initial setup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • earliestDatapointTimestamp

      GetCapacityManagerAttributesResponse.Builder earliestDatapointTimestamp(Instant earliestDatapointTimestamp)

      The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch. This indicates how far back historical data is available for queries.

      Parameters:
      earliestDatapointTimestamp - The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch. This indicates how far back historical data is available for queries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestDatapointTimestamp

      GetCapacityManagerAttributesResponse.Builder latestDatapointTimestamp(Instant latestDatapointTimestamp)

      The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch. This indicates how current your capacity data is.

      Parameters:
      latestDatapointTimestamp - The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch. This indicates how current your capacity data is.
      Returns:
      Returns a reference to this object so that method calls can be chained together.