Interface DimensionCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DimensionCondition.Builder,
,DimensionCondition> SdkBuilder<DimensionCondition.Builder,
,DimensionCondition> SdkPojo
- Enclosing class:
DimensionCondition
@Mutable
@NotThreadSafe
public static interface DimensionCondition.Builder
extends SdkPojo, CopyableBuilder<DimensionCondition.Builder,DimensionCondition>
-
Method Summary
Modifier and TypeMethodDescriptioncomparison
(String comparison) The comparison operator to use for the filter.comparison
(Comparison comparison) The comparison operator to use for the filter.The name of the dimension to filter by.dimension
(FilterByDimension dimension) The name of the dimension to filter by.The list of values to match against the specified dimension.values
(Collection<String> values) The list of values to match against the specified dimension.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
-
dimension
The name of the dimension to filter by.
- Parameters:
dimension
- The name of the dimension to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dimension
The name of the dimension to filter by.
- Parameters:
dimension
- The name of the dimension to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparison
The comparison operator to use for the filter.
- Parameters:
comparison
- The comparison operator to use for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
comparison
The comparison operator to use for the filter.
- Parameters:
comparison
- The comparison operator to use for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.
- Parameters:
values
- The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.
- Parameters:
values
- The list of values to match against the specified dimension. For 'equals' comparison, only the first value is used. For 'in' comparison, any matching value will satisfy the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-