public static interface CreateGroupRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGroupRequest.Builder |
filterExpression(String filterExpression)
The filter expression defining criteria by which to group traces.
|
CreateGroupRequest.Builder |
groupName(String groupName)
The case-sensitive name of the new group.
|
default CreateGroupRequest.Builder |
insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
CreateGroupRequest.Builder |
insightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
|
CreateGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGroupRequest.Builder |
tags(Collection<Tag> tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
CreateGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
CreateGroupRequest.Builder |
tags(Tag... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGroupRequest.Builder groupName(String groupName)
The case-sensitive name of the new group. Default is a reserved name and names must be unique.
groupName - The case-sensitive name of the new group. Default is a reserved name and names must be unique.CreateGroupRequest.Builder filterExpression(String filterExpression)
The filter expression defining criteria by which to group traces.
filterExpression - The filter expression defining criteria by which to group traces.CreateGroupRequest.Builder insightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the new group or false to disable insights for the new group.
The NotificationsEnabled boolean can be set to true to enable insights notifications for the new group. Notifications may only be enabled on a group with InsightsEnabled set to true.
insightsConfiguration - The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the new group or false to disable insights for the new group.
The NotificationsEnabled boolean can be set to true to enable insights notifications for the new group. Notifications may only be enabled on a group with InsightsEnabled set to true.
default CreateGroupRequest.Builder insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the new group or false to disable insights for the new group.
The NotificationsEnabled boolean can be set to true to enable insights notifications for the new group. Notifications may only be enabled on a group with InsightsEnabled set to true.
InsightsConfiguration.Builder avoiding
the need to create one manually via InsightsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to insightsConfiguration(InsightsConfiguration).
insightsConfiguration - a consumer that will call methods on InsightsConfiguration.BuilderinsightsConfiguration(InsightsConfiguration)CreateGroupRequest.Builder tags(Collection<Tag> tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
The following restrictions apply to tags:
Maximum number of user-applied tags per resource: 50
Maximum tag key length: 128 Unicode characters
Maximum tag value length: 256 Unicode characters
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
Tag keys and values are case sensitive.
Don't use aws: as a prefix for keys; it's reserved for Amazon Web Services use.
tags - A map that contains one or more tag keys and tag values to attach to an X-Ray group. For more
information about ways to use tags, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference.
The following restrictions apply to tags:
Maximum number of user-applied tags per resource: 50
Maximum tag key length: 128 Unicode characters
Maximum tag value length: 256 Unicode characters
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
Tag keys and values are case sensitive.
Don't use aws: as a prefix for keys; it's reserved for Amazon Web Services use.
CreateGroupRequest.Builder tags(Tag... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
The following restrictions apply to tags:
Maximum number of user-applied tags per resource: 50
Maximum tag key length: 128 Unicode characters
Maximum tag value length: 256 Unicode characters
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
Tag keys and values are case sensitive.
Don't use aws: as a prefix for keys; it's reserved for Amazon Web Services use.
tags - A map that contains one or more tag keys and tag values to attach to an X-Ray group. For more
information about ways to use tags, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference.
The following restrictions apply to tags:
Maximum number of user-applied tags per resource: 50
Maximum tag key length: 128 Unicode characters
Maximum tag value length: 256 Unicode characters
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
Tag keys and values are case sensitive.
Don't use aws: as a prefix for keys; it's reserved for Amazon Web Services use.
CreateGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
The following restrictions apply to tags:
Maximum number of user-applied tags per resource: 50
Maximum tag key length: 128 Unicode characters
Maximum tag value length: 256 Unicode characters
Valid values for key and value: a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
Tag keys and values are case sensitive.
Don't use aws: as a prefix for keys; it's reserved for Amazon Web Services use.
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.