Interface CreateCaseCommentRequest.Builder

  • Method Details

    • caseId

      Required element used in combination with CreateCaseComment to specify a case ID.

      Parameters:
      caseId - Required element used in combination with CreateCaseComment to specify a case ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateCaseCommentRequest.Builder clientToken(String clientToken)

      The clientToken field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided.

      Parameters:
      clientToken -

      The clientToken field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • body

      Required element used in combination with CreateCaseComment to add content for the new comment.

      Parameters:
      body - Required element used in combination with CreateCaseComment to add content for the new comment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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