Interface CalculatedAttributeDimension.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CalculatedAttributeDimension.Builder,
,CalculatedAttributeDimension> SdkBuilder<CalculatedAttributeDimension.Builder,
,CalculatedAttributeDimension> SdkPojo
- Enclosing class:
CalculatedAttributeDimension
@Mutable
@NotThreadSafe
public static interface CalculatedAttributeDimension.Builder
extends SdkPojo, CopyableBuilder<CalculatedAttributeDimension.Builder,CalculatedAttributeDimension>
-
Method Summary
Modifier and TypeMethodDescriptionconditionOverrides
(Consumer<ConditionOverrides.Builder> conditionOverrides) Applies the given condition over the initial Calculated Attribute's definition.conditionOverrides
(ConditionOverrides conditionOverrides) Applies the given condition over the initial Calculated Attribute's definition.dimensionType
(String dimensionType) The action to segment with.dimensionType
(AttributeDimensionType dimensionType) The action to segment with.The values to apply the DimensionType with.values
(Collection<String> values) The values to apply the DimensionType with.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
-
dimensionType
The action to segment with.
- Parameters:
dimensionType
- The action to segment with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dimensionType
The action to segment with.
- Parameters:
dimensionType
- The action to segment with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The values to apply the DimensionType with.
- Parameters:
values
- The values to apply the DimensionType with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values to apply the DimensionType with.
- Parameters:
values
- The values to apply the DimensionType with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionOverrides
Applies the given condition over the initial Calculated Attribute's definition.
- Parameters:
conditionOverrides
- Applies the given condition over the initial Calculated Attribute's definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionOverrides
default CalculatedAttributeDimension.Builder conditionOverrides(Consumer<ConditionOverrides.Builder> conditionOverrides) Applies the given condition over the initial Calculated Attribute's definition.
This is a convenience method that creates an instance of theConditionOverrides.Builder
avoiding the need to create one manually viaConditionOverrides.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconditionOverrides(ConditionOverrides)
.- Parameters:
conditionOverrides
- a consumer that will call methods onConditionOverrides.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-