Interface GetAccessTokenResponse.Builder

  • Method Details

    • id

      ID of the token.

      Parameters:
      id - ID 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.
    • clientToken

      GetAccessTokenResponse.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The time and date the token was created.

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

      GetAccessTokenResponse.Builder dnsViewId(String dnsViewId)

      ID of the DNS view the token is associated to.

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

      The token's expiration time and date.

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

      GetAccessTokenResponse.Builder globalResolverId(String globalResolverId)

      ID of the Global Resolver.

      Parameters:
      globalResolverId - ID of the Global Resolver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Name of the token.

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

      The operational status of the token.

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

      The operational status of the token.

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

      The time and date the token was created.

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

      The value of the token.

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