Interface ListCommentsRequest.Builder

  • Method Details

    • nextToken

      ListCommentsRequest.Builder nextToken(String nextToken)

      An optional string that, if supplied, must be copied from the output of a previous call to ListComments. When provided in this manner, the API fetches the next page of results.

      Parameters:
      nextToken - An optional string that, if supplied, must be copied from the output of a previous call to ListComments. When provided in this manner, the API fetches the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListCommentsRequest.Builder maxResults(Integer maxResults)

      Optional element for ListComments to limit the number of responses.

      Parameters:
      maxResults - Optional element for ListComments to limit the number of responses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • caseId

      Required element for ListComments to designate the case to query.

      Parameters:
      caseId - Required element for ListComments to designate the case to query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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