Interface UpdateGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateGroupRequest.Builder,
,UpdateGroupRequest> SdkBuilder<UpdateGroupRequest.Builder,
,UpdateGroupRequest> SdkPojo
,SdkRequest.Builder
,XRayRequest.Builder
- Enclosing class:
UpdateGroupRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilterExpression
(String filterExpression) The updated filter expression defining criteria by which to group traces.The ARN that was generated upon creation.The case-sensitive name of the group.default UpdateGroupRequest.Builder
insightsConfiguration
(Consumer<InsightsConfiguration.Builder> insightsConfiguration) The structure containing configurations related to insights.insightsConfiguration
(InsightsConfiguration insightsConfiguration) The structure containing configurations related to insights.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.xray.model.XRayRequest.Builder
build
-
Method Details
-
groupName
The case-sensitive name of the group.
- Parameters:
groupName
- The case-sensitive name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupARN
The ARN that was generated upon creation.
- Parameters:
groupARN
- The ARN that was generated upon creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterExpression
The updated filter expression defining criteria by which to group traces.
- Parameters:
filterExpression
- The updated filter expression defining criteria by which to group traces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
insightsConfiguration
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 viaInsightsConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinsightsConfiguration(InsightsConfiguration)
.- Parameters:
insightsConfiguration
- a consumer that will call methods onInsightsConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
UpdateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-