Interface GroupSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GroupSummary.Builder,,- GroupSummary> - SdkBuilder<GroupSummary.Builder,,- GroupSummary> - SdkPojo
- Enclosing class:
- GroupSummary
- 
Method SummaryModifier and TypeMethodDescriptionfilterExpression(String filterExpression) The filter expression defining the parameters to include traces.The ARN of the group generated based on the GroupName.The unique case-sensitive name of the group.default GroupSummary.BuilderinsightsConfiguration(Consumer<InsightsConfiguration.Builder> insightsConfiguration) The structure containing configurations related to insights.insightsConfiguration(InsightsConfiguration insightsConfiguration) The structure containing configurations related to insights.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
groupNameThe unique case-sensitive name of the group. - Parameters:
- groupName- The unique case-sensitive name of the group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
groupARNThe ARN of the group generated based on the GroupName. - Parameters:
- groupARN- The ARN of the group generated based on the GroupName.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filterExpressionThe filter expression defining the parameters to include traces. - Parameters:
- filterExpression- The filter expression defining the parameters to include traces.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
insightsConfigurationThe 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. 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. 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.
 
- 
 
- 
insightsConfigurationdefault GroupSummary.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. Notifications can only be enabled on a group with InsightsEnabled set to true. 
 InsightsConfiguration.Builderavoiding the need to create one manually viaInsightsConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinsightsConfiguration(InsightsConfiguration).- Parameters:
- insightsConfiguration- a consumer that will call methods on- InsightsConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
 
-