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