Interface GetCommentReactionsRequest.Builder

  • Method Details

    • commentId

      The ID of the comment for which you want to get reactions information.

      Parameters:
      commentId - The ID of the comment for which you want to get reactions information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reactionUserArn

      GetCommentReactionsRequest.Builder reactionUserArn(String reactionUserArn)

      Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.

      Parameters:
      reactionUserArn - Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      An enumeration token that, when provided in a request, returns the next batch of the results.

      Parameters:
      nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.

      Parameters:
      maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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