public static interface CreateAccessorResponse.Builder extends ManagedBlockchainResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessorResponse.Builder,CreateAccessorResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAccessorResponse.Builder |
accessorId(String accessorId)
The unique identifier of the accessor.
|
CreateAccessorResponse.Builder |
billingToken(String billingToken)
The billing token is a property of the Accessor.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccessorResponse.Builder accessorId(String accessorId)
The unique identifier of the accessor.
accessorId - The unique identifier of the accessor.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.
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.Copyright © 2023. All rights reserved.