Interface ProfileDimension.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileDimension.Builder,ProfileDimension>,SdkBuilder<ProfileDimension.Builder,ProfileDimension>,SdkPojo
- Enclosing class:
- ProfileDimension
public static interface ProfileDimension.Builder extends SdkPojo, CopyableBuilder<ProfileDimension.Builder,ProfileDimension>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileDimension.BuilderdimensionType(String dimensionType)The action to segment on.ProfileDimension.BuilderdimensionType(StringDimensionType dimensionType)The action to segment on.ProfileDimension.Buildervalues(String... values)The values to apply the DimensionType on.ProfileDimension.Buildervalues(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 Detail
-
dimensionType
ProfileDimension.Builder dimensionType(String 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:
StringDimensionType,StringDimensionType
-
dimensionType
ProfileDimension.Builder dimensionType(StringDimensionType 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:
StringDimensionType,StringDimensionType
-
values
ProfileDimension.Builder values(Collection<String> 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
ProfileDimension.Builder values(String... 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.
-
-