Interface QueryField.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QueryField.Builder,QueryField>, SdkBuilder<QueryField.Builder,QueryField>, SdkPojo
Enclosing class:
QueryField

public static interface QueryField.Builder extends SdkPojo, CopyableBuilder<QueryField.Builder,QueryField>
  • Method Summary

    Modifier and Type
    Method
    Description
    name(String name)
    The name of a field to query your application's Amazon CloudWatch Internet Monitor data for, such as availability_score.
    type(String type)
    The data type for a query field, which must correspond to the field you're defining for QueryField.

    Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder

    copy

    Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder

    applyMutation, build

    Methods inherited from interface software.amazon.awssdk.core.SdkPojo

    equalsBySdkFields, sdkFields
  • Method Details

    • name

      The name of a field to query your application's Amazon CloudWatch Internet Monitor data for, such as availability_score.

      Parameters:
      name - The name of a field to query your application's Amazon CloudWatch Internet Monitor data for, such as availability_score.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The data type for a query field, which must correspond to the field you're defining for QueryField. For example, if the query field name is availability_score, the data type is float.

      Parameters:
      type - The data type for a query field, which must correspond to the field you're defining for QueryField. For example, if the query field name is availability_score, the data type is float.
      Returns:
      Returns a reference to this object so that method calls can be chained together.