Interface CreateAccessorResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateAccessorResponse.Builder,CreateAccessorResponse>, ManagedBlockchainResponse.Builder, SdkBuilder<CreateAccessorResponse.Builder,CreateAccessorResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateAccessorResponse

  • Method Details

    • accessorId

      CreateAccessorResponse.Builder accessorId(String accessorId)

      The unique identifier of the accessor.

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

      CreateAccessorResponse.Builder billingToken(String billingToken)

      The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.

      Parameters:
      billingToken - The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.