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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryField.Buildername(String name)The name of a field to query your application's Amazon CloudWatch Internet Monitor data for, such asavailability_score.QueryField.Buildertype(String type)The data type for a query field, which must correspond to the field you're defining forQueryField.-
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 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 asavailability_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 isavailability_score, the data type isfloat.- Parameters:
type- The data type for a query field, which must correspond to the field you're defining forQueryField. For example, if the query field name isavailability_score, the data type isfloat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-