JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.xray.model

Class UpdateGroupRequest

    • Constructor Detail

      • UpdateGroupRequest

        public UpdateGroupRequest()
    • Method Detail

      • setGroupName

        public void setGroupName(String groupName)

        The case-sensitive name of the group.

        Parameters:
        groupName - The case-sensitive name of the group.
      • getGroupName

        public String getGroupName()

        The case-sensitive name of the group.

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

        public UpdateGroupRequest withGroupName(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.
      • setGroupARN

        public void setGroupARN(String groupARN)

        The ARN that was generated upon creation.

        Parameters:
        groupARN - The ARN that was generated upon creation.
      • getGroupARN

        public String getGroupARN()

        The ARN that was generated upon creation.

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

        public UpdateGroupRequest withGroupARN(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.
      • setFilterExpression

        public void setFilterExpression(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.
      • getFilterExpression

        public String getFilterExpression()

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

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

        public UpdateGroupRequest withFilterExpression(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.
      • setInsightsConfiguration

        public void setInsightsConfiguration(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.

      • getInsightsConfiguration

        public InsightsConfiguration getInsightsConfiguration()

        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.

      • withInsightsConfiguration

        public UpdateGroupRequest withInsightsConfiguration(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.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /