Interface CreateEngagementContextResponse.Builder

  • Method Details

    • engagementId

      CreateEngagementContextResponse.Builder engagementId(String engagementId)

      The unique identifier of the engagement to which the context was added. This ID confirms the successful association of the context with the specified engagement.

      Parameters:
      engagementId - The unique identifier of the engagement to which the context was added. This ID confirms the successful association of the context with the specified engagement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engagementArn

      CreateEngagementContextResponse.Builder engagementArn(String engagementArn)

      The Amazon Resource Name (ARN) of the engagement to which the context was added. This globally unique identifier can be used for cross-service references and IAM policies.

      Parameters:
      engagementArn - The Amazon Resource Name (ARN) of the engagement to which the context was added. This globally unique identifier can be used for cross-service references and IAM policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engagementLastModifiedAt

      CreateEngagementContextResponse.Builder engagementLastModifiedAt(Instant engagementLastModifiedAt)

      The timestamp indicating when the engagement was last modified as a result of adding the context, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z".

      Parameters:
      engagementLastModifiedAt - The timestamp indicating when the engagement was last modified as a result of adding the context, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contextId

      The unique identifier assigned to the newly created engagement context. This ID can be used to reference the specific context within the engagement for future operations.

      Parameters:
      contextId - The unique identifier assigned to the newly created engagement context. This ID can be used to reference the specific context within the engagement for future operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.