public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
keys(Collection<String> keys)
The keys that are included in this group.
|
Group.Builder |
keys(String... keys)
The keys that are included in this group.
|
Group.Builder |
metrics(Map<String,MetricValue> metrics)
The metrics that are included in this group.
|
copyapplyMutation, buildGroup.Builder keys(Collection<String> keys)
The keys that are included in this group.
keys - The keys that are included in this group.Group.Builder keys(String... keys)
The keys that are included in this group.
keys - The keys that are included in this group.Group.Builder metrics(Map<String,MetricValue> metrics)
The metrics that are included in this group.
metrics - The metrics that are included in this group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.