Interface DataAccessor.Builder

  • Method Details

    • displayName

      DataAccessor.Builder displayName(String displayName)

      The friendly name of the data accessor.

      Parameters:
      displayName - The friendly name of the data accessor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataAccessorId

      DataAccessor.Builder dataAccessorId(String dataAccessorId)

      The unique identifier of the data accessor.

      Parameters:
      dataAccessorId - The unique identifier of the data accessor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataAccessorArn

      DataAccessor.Builder dataAccessorArn(String dataAccessorArn)

      The Amazon Resource Name (ARN) of the data accessor.

      Parameters:
      dataAccessorArn - The Amazon Resource Name (ARN) of the data accessor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • idcApplicationArn

      DataAccessor.Builder idcApplicationArn(String idcApplicationArn)

      The Amazon Resource Name (ARN) of the associated IAM Identity Center application.

      Parameters:
      idcApplicationArn - The Amazon Resource Name (ARN) of the associated IAM Identity Center application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • principal

      DataAccessor.Builder principal(String principal)

      The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.

      Parameters:
      principal - The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      DataAccessor.Builder createdAt(Instant createdAt)

      The timestamp when the data accessor was created.

      Parameters:
      createdAt - The timestamp when the data accessor was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      DataAccessor.Builder updatedAt(Instant updatedAt)

      The timestamp when the data accessor was last updated.

      Parameters:
      updatedAt - The timestamp when the data accessor was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.