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.networkType
(String networkType) The blockchain network that the accessor token is created for.networkType
(AccessorNetworkType networkType) The blockchain network that the accessor token is created for.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 when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
- Parameters:
billingToken
- The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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:
-