Interface UpdateGroupRequest.Builder

  • Method Details

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

      default UpdateGroupRequest.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 for the group. Notifications can only be enabled on a group with InsightsEnabled set to true.

      This is a convenience method that creates an instance of the InsightsConfiguration.Builder avoiding the need to create one manually via InsightsConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to insightsConfiguration(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:
    • overrideConfiguration

      UpdateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.