Class UpdateGroupRequest

    • Method Detail

      • groupName

        public final String groupName()

        The case-sensitive name of the group.

        Returns:
        The case-sensitive name of the group.
      • groupARN

        public final String groupARN()

        The ARN that was generated upon creation.

        Returns:
        The ARN that was generated upon creation.
      • filterExpression

        public final String filterExpression()

        The updated filter expression defining criteria by which to group traces.

        Returns:
        The updated filter expression defining criteria by which to group traces.
      • insightsConfiguration

        public final 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.

        Returns:
        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.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object