Interface BatchGetRumMetricDefinitionsRequest.Builder

  • Method Details

    • appMonitorName

      BatchGetRumMetricDefinitionsRequest.Builder appMonitorName(String appMonitorName)

      The name of the CloudWatch RUM app monitor that is sending the metrics.

      Parameters:
      appMonitorName - The name of the CloudWatch RUM app monitor that is sending the metrics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destination

      The type of destination that you want to view metrics for. Valid values are CloudWatch and Evidently.

      Parameters:
      destination - The type of destination that you want to view metrics for. Valid values are CloudWatch and Evidently.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destination

      The type of destination that you want to view metrics for. Valid values are CloudWatch and Evidently.

      Parameters:
      destination - The type of destination that you want to view metrics for. Valid values are CloudWatch and Evidently.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destinationArn

      BatchGetRumMetricDefinitionsRequest.Builder destinationArn(String destinationArn)

      This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

      This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.

      Parameters:
      destinationArn - This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

      This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.

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

      The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.

      To retrieve the remaining results, make another call with the returned NextToken value.

      Parameters:
      maxResults - The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.

      To retrieve the remaining results, make another call with the returned NextToken value.

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

      Use the token returned by the previous operation to request the next page of results.

      Parameters:
      nextToken - Use the token returned by the previous operation to request the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.