Interface AggregationKey.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregationKey.Builder,AggregationKey>,SdkBuilder<AggregationKey.Builder,AggregationKey>,SdkPojo
- Enclosing class:
- AggregationKey
public static interface AggregationKey.Builder extends SdkPojo, CopyableBuilder<AggregationKey.Builder,AggregationKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregationKey.Buildername(String name)Indicates the type of aggregation key.AggregationKey.Buildervalue(String value)Indicates the value associated with the aggregation key name.-
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
-
name
AggregationKey.Builder name(String name)
Indicates the type of aggregation key.
- Parameters:
name- Indicates the type of aggregation key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
AggregationKey.Builder value(String value)
Indicates the value associated with the aggregation key name.
- Parameters:
value- Indicates the value associated with the aggregation key name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-