public static interface UpdateGroupRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest.Builder |
filterExpression(String filterExpression)
The updated filter expression defining criteria by which to group traces.
|
UpdateGroupRequest.Builder |
groupARN(String groupARN)
The ARN that was generated upon creation.
|
UpdateGroupRequest.Builder |
groupName(String groupName)
The case-sensitive name of the group.
|
default UpdateGroupRequest.Builder |
insightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration)
The structure containing configurations related to insights.
|
UpdateGroupRequest.Builder |
insightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
|
UpdateGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGroupRequest.Builder groupName(String groupName)
The case-sensitive name of the group.
groupName - The case-sensitive name of the group.UpdateGroupRequest.Builder groupARN(String groupARN)
The ARN that was generated upon creation.
groupARN - The ARN that was generated upon creation.UpdateGroupRequest.Builder filterExpression(String filterExpression)
The updated filter expression defining criteria by which to group traces.
filterExpression - The updated filter expression defining criteria by which to group traces.UpdateGroupRequest.Builder insightsConfiguration(InsightsConfiguration insightsConfiguration)
The structure containing configurations related to insights.
The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
The NotificationsEnabled boolean can be set to true to enable insights notifications for the group. Notifications can 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 group or false to disable insights for the group.
The NotificationsEnabled boolean can be set to true to enable insights notifications for the group. Notifications can only be enabled on a group with InsightsEnabled set to true.
default UpdateGroupRequest.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 group or false to disable insights for the group.
The NotificationsEnabled boolean can be set to true to enable insights notifications for the group. Notifications can 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)UpdateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.