Interface GetMetricDataResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudWatchResponse.Builder, CopyableBuilder<GetMetricDataResponse.Builder,GetMetricDataResponse>, SdkBuilder<GetMetricDataResponse.Builder,GetMetricDataResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetMetricDataResponse

public static interface GetMetricDataResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<GetMetricDataResponse.Builder,GetMetricDataResponse>
  • Method Details

    • metricDataResults

      GetMetricDataResponse.Builder metricDataResults(Collection<MetricDataResult> metricDataResults)

      The metrics that are returned, including the metric name, namespace, and dimensions.

      Parameters:
      metricDataResults - The metrics that are returned, including the metric name, namespace, and dimensions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricDataResults

      GetMetricDataResponse.Builder metricDataResults(MetricDataResult... metricDataResults)

      The metrics that are returned, including the metric name, namespace, and dimensions.

      Parameters:
      metricDataResults - The metrics that are returned, including the metric name, namespace, and dimensions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricDataResults

      GetMetricDataResponse.Builder metricDataResults(Consumer<MetricDataResult.Builder>... metricDataResults)

      The metrics that are returned, including the metric name, namespace, and dimensions.

      This is a convenience method that creates an instance of the MetricDataResult.Builder avoiding the need to create one manually via MetricDataResult.builder().

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

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

      GetMetricDataResponse.Builder nextToken(String nextToken)

      A token that marks the next batch of returned results.

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

      Contains a message about this GetMetricData operation, if the operation results in such a message. An example of a message that might be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the operation as possible is still executed.

      A message appears here only if it is related to the global GetMetricData operation. Any message about a specific metric returned by the operation appears in the MetricDataResult object returned for that metric.

      Parameters:
      messages - Contains a message about this GetMetricData operation, if the operation results in such a message. An example of a message that might be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the operation as possible is still executed.

      A message appears here only if it is related to the global GetMetricData operation. Any message about a specific metric returned by the operation appears in the MetricDataResult object returned for that metric.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • messages

      Contains a message about this GetMetricData operation, if the operation results in such a message. An example of a message that might be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the operation as possible is still executed.

      A message appears here only if it is related to the global GetMetricData operation. Any message about a specific metric returned by the operation appears in the MetricDataResult object returned for that metric.

      Parameters:
      messages - Contains a message about this GetMetricData operation, if the operation results in such a message. An example of a message that might be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the operation as possible is still executed.

      A message appears here only if it is related to the global GetMetricData operation. Any message about a specific metric returned by the operation appears in the MetricDataResult object returned for that metric.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • messages

      Contains a message about this GetMetricData operation, if the operation results in such a message. An example of a message that might be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the operation as possible is still executed.

      A message appears here only if it is related to the global GetMetricData operation. Any message about a specific metric returned by the operation appears in the MetricDataResult object returned for that metric.

      This is a convenience method that creates an instance of the MessageData.Builder avoiding the need to create one manually via MessageData.builder().

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

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