Interface AccessTokenItem.Builder

  • Method Details

    • id

      The unique identifier of the token.

      Parameters:
      id - The unique identifier of the token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the token.

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

      AccessTokenItem.Builder createdAt(Instant createdAt)

      The date and time when the token was created.

      Parameters:
      createdAt - The date and time when the token was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsViewId

      AccessTokenItem.Builder dnsViewId(String dnsViewId)

      The ID of the DNS view associated with the token.

      Parameters:
      dnsViewId - The ID of the DNS view associated with the token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiresAt

      AccessTokenItem.Builder expiresAt(Instant expiresAt)

      The date and time when the token expires.

      Parameters:
      expiresAt - The date and time when the token expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • globalResolverId

      AccessTokenItem.Builder globalResolverId(String globalResolverId)

      The ID of the global resolver associated with the token.

      Parameters:
      globalResolverId - The ID of the global resolver associated with the token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the token.

      Parameters:
      name - The name of the token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the token.

      Parameters:
      status - The current status of the token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the token.

      Parameters:
      status - The current status of the token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      AccessTokenItem.Builder updatedAt(Instant updatedAt)

      The date and time when the token was last updated.

      Parameters:
      updatedAt - The date and time when the token was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.