Interface AccessorSummary.Builder

  • Method Details

    • id

      The unique identifier of the accessor.

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

      The type of the accessor.

      Currently accessor type is restricted to BILLING_TOKEN.

      Parameters:
      type - The type of the accessor.

      Currently accessor type is restricted to BILLING_TOKEN.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the accessor.

      Currently accessor type is restricted to BILLING_TOKEN.

      Parameters:
      type - The type of the accessor.

      Currently accessor type is restricted to BILLING_TOKEN.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the accessor.

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

      The current status of the accessor.

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

      AccessorSummary.Builder creationDate(Instant creationDate)

      The creation date and time of the accessor.

      Parameters:
      creationDate - The creation date and time of the accessor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkType

      AccessorSummary.Builder networkType(String networkType)

      The blockchain network that the Accessor token is created for.

      Parameters:
      networkType - The blockchain network that the Accessor token is created for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • networkType

      AccessorSummary.Builder networkType(AccessorNetworkType networkType)

      The blockchain network that the Accessor token is created for.

      Parameters:
      networkType - The blockchain network that the Accessor token is created for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: