Interface AggregationKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AggregationKey.Builder,
,AggregationKey> SdkBuilder<AggregationKey.Builder,
,AggregationKey> SdkPojo
- Enclosing class:
AggregationKey
@Mutable
@NotThreadSafe
public static interface AggregationKey.Builder
extends SdkPojo, CopyableBuilder<AggregationKey.Builder,AggregationKey>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the type of aggregation key.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 Details
-
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
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.
-