Interface CreateEngagementResponse.Builder

  • Method Details

    • id

      Unique identifier assigned to the newly created engagement.

      Parameters:
      id - Unique identifier assigned to the newly created engagement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) that identifies the engagement.

      Parameters:
      arn - The Amazon Resource Name (ARN) that identifies the engagement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifiedAt

      CreateEngagementResponse.Builder modifiedAt(Instant modifiedAt)

      The timestamp indicating when the engagement was last modified, in ISO 8601 format (UTC). For newly created engagements, this value matches the creation timestamp. Example: "2023-05-01T20:37:46Z".

      Parameters:
      modifiedAt - The timestamp indicating when the engagement was last modified, in ISO 8601 format (UTC). For newly created engagements, this value matches the creation timestamp. Example: "2023-05-01T20:37:46Z".
      Returns:
      Returns a reference to this object so that method calls can be chained together.