Interface Group.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Group.Builder,
,Group> SdkBuilder<Group.Builder,
,Group> SdkPojo
- Enclosing class:
Group
@Mutable
@NotThreadSafe
public static interface Group.Builder
extends SdkPojo, CopyableBuilder<Group.Builder,Group>
-
Method Summary
Modifier and TypeMethodDescriptionThe keys that are included in this group.keys
(Collection<String> keys) The keys that are included in this group.metrics
(Map<String, MetricValue> metrics) The metrics that are included in this group.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
-
keys
The keys that are included in this group.
- Parameters:
keys
- The keys that are included in this group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keys
The keys that are included in this group.
- Parameters:
keys
- The keys that are included in this group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metrics
The metrics that are included in this group.
- Parameters:
metrics
- The metrics that are included in this group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-