Interface DescribeAlarmContributorsResponse.Builder

    • Method Detail

      • alarmContributors

        DescribeAlarmContributorsResponse.Builder alarmContributors​(Collection<AlarmContributor> alarmContributors)

        A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.

        Parameters:
        alarmContributors - A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alarmContributors

        DescribeAlarmContributorsResponse.Builder alarmContributors​(AlarmContributor... alarmContributors)

        A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.

        Parameters:
        alarmContributors - A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAlarmContributorsResponse.Builder nextToken​(String nextToken)

        The token that marks the start of the next batch of returned results.

        Parameters:
        nextToken - The token that marks the start of the next batch of returned results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.