Interface CapacityManagerMonitoredTagKey.Builder

    • Method Detail

      • tagKey

        CapacityManagerMonitoredTagKey.Builder tagKey​(String tagKey)

        The tag key being monitored.

        Parameters:
        tagKey - The tag key being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        CapacityManagerMonitoredTagKey.Builder statusMessage​(String statusMessage)

        A message providing additional details about the current status of the monitored tag key.

        Parameters:
        statusMessage - A message providing additional details about the current status of the monitored tag key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityManagerProvided

        CapacityManagerMonitoredTagKey.Builder capacityManagerProvided​(Boolean capacityManagerProvided)

        Indicates whether this tag key is provided by Capacity Manager by default, rather than being user-activated.

        Parameters:
        capacityManagerProvided - Indicates whether this tag key is provided by Capacity Manager by default, rather than being user-activated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • earliestDatapointTimestamp

        CapacityManagerMonitoredTagKey.Builder earliestDatapointTimestamp​(Instant earliestDatapointTimestamp)

        The earliest timestamp from which tag data is available for queries, in UTC ISO 8601 format.

        Parameters:
        earliestDatapointTimestamp - The earliest timestamp from which tag data is available for queries, in UTC ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.