Interface AttributeDimension.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AttributeDimension.Builder,
,AttributeDimension> SdkBuilder<AttributeDimension.Builder,
,AttributeDimension> SdkPojo
- Enclosing class:
AttributeDimension
@Mutable
@NotThreadSafe
public static interface AttributeDimension.Builder
extends SdkPojo, CopyableBuilder<AttributeDimension.Builder,AttributeDimension>
-
Method Summary
Modifier and TypeMethodDescriptiondimensionType
(String dimensionType) The action to segment with.dimensionType
(AttributeDimensionType dimensionType) The action to segment with.The values to apply the DimensionType on.values
(Collection<String> values) The values to apply the DimensionType on.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 on.
- Parameters:
values
- The values to apply the DimensionType on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values to apply the DimensionType on.
- Parameters:
values
- The values to apply the DimensionType on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-