public static interface GroupSummary.Builder extends SdkPojo, CopyableBuilder<GroupSummary.Builder,GroupSummary>
Modifier and Type | Method and Description |
---|---|
GroupSummary.Builder |
filterExpression(String filterExpression)
The filter expression defining the parameters to include traces.
|
GroupSummary.Builder |
groupARN(String groupARN)
The ARN of the group generated based on the GroupName.
|
GroupSummary.Builder |
groupName(String groupName)
The unique case-sensitive name of the group.
|
copy
applyMutation, build
GroupSummary.Builder groupName(String groupName)
The unique case-sensitive name of the group.
groupName
- The unique case-sensitive name of the group.GroupSummary.Builder groupARN(String groupARN)
The ARN of the group generated based on the GroupName.
groupARN
- The ARN of the group generated based on the GroupName.GroupSummary.Builder filterExpression(String filterExpression)
The filter expression defining the parameters to include traces.
filterExpression
- The filter expression defining the parameters to include traces.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.