Interface UpdateGroupRequest.Builder

    • Method Detail

      • groupName

        UpdateGroupRequest.Builder groupName​(String 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

        UpdateGroupRequest.Builder groupARN​(String 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

        UpdateGroupRequest.Builder filterExpression​(String 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

        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.

        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.