Interface IamAuthConfiguration.Builder

  • Method Details

    • operatorAppRoleArn

      IamAuthConfiguration.Builder operatorAppRoleArn(String operatorAppRoleArn)

      The IAM role end users assume to access AIDevOps APIs

      Parameters:
      operatorAppRoleArn - The IAM role end users assume to access AIDevOps APIs
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      IamAuthConfiguration.Builder createdAt(Instant createdAt)

      The timestamp when the Operator App IAM auth flow was enabled.

      Parameters:
      createdAt - The timestamp when the Operator App IAM auth flow was enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      IamAuthConfiguration.Builder updatedAt(Instant updatedAt)

      The timestamp when the Operator App IAM auth flow was updated.

      Parameters:
      updatedAt - The timestamp when the Operator App IAM auth flow was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.