Interface Condition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Condition.Builder,
,Condition> SdkBuilder<Condition.Builder,
,Condition> SdkPojo
- Enclosing class:
Condition
@Mutable
@NotThreadSafe
public static interface Condition.Builder
extends SdkPojo, CopyableBuilder<Condition.Builder,Condition>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the field in the metric.Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.operator
(ConditionOperatorType operator) Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.Indicates the value or data against which a condition is evaluated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
field
Indicates the field in the metric.
- Parameters:
field
- Indicates the field in the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.
- Parameters:
operator
- Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.
- Parameters:
operator
- Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
Indicates the value or data against which a condition is evaluated.
- Parameters:
value
- Indicates the value or data against which a condition is evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-