public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
Modifier and Type | Method and Description |
---|---|
Group.Builder |
filterExpression(String filterExpression)
The filter expression defining the parameters to include traces.
|
Group.Builder |
groupARN(String groupARN)
The ARN of the group generated based on the GroupName.
|
Group.Builder |
groupName(String groupName)
The unique case-sensitive name of the group.
|
copy
applyMutation, build
Group.Builder groupName(String groupName)
The unique case-sensitive name of the group.
groupName
- The unique case-sensitive name of the group.Group.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.Group.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.