Interface QueryField.Builder

    • Method Detail

      • name

        QueryField.Builder name​(String 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

        QueryField.Builder type​(String 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.