Interface GroupSummary.Builder

    • Method Detail

      • groupName

        GroupSummary.Builder groupName​(String groupName)

        The 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.
      • groupARN

        GroupSummary.Builder groupARN​(String groupARN)

        The 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.
      • filterExpression

        GroupSummary.Builder filterExpression​(String filterExpression)

        The 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.
      • insightsConfiguration

        GroupSummary.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. 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.