Interface CreateAccessorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateAccessorResponse.Builder,
,CreateAccessorResponse> ManagedBlockchainResponse.Builder
,SdkBuilder<CreateAccessorResponse.Builder,
,CreateAccessorResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateAccessorResponse
public static interface CreateAccessorResponse.Builder
extends ManagedBlockchainResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessorResponse.Builder,CreateAccessorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccessorId
(String accessorId) The unique identifier of the accessor.billingToken
(String billingToken) The billing token is a property of the Accessor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.managedblockchain.model.ManagedBlockchainResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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.
-