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