public static interface Accessor.Builder extends SdkPojo, CopyableBuilder<Accessor.Builder,Accessor>
| Modifier and Type | Method and Description |
|---|---|
Accessor.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the accessor.
|
Accessor.Builder |
billingToken(String billingToken)
The billing token is a property of the accessor.
|
Accessor.Builder |
creationDate(Instant creationDate)
The creation date and time of the accessor.
|
Accessor.Builder |
id(String id)
The unique identifier of the accessor.
|
Accessor.Builder |
status(AccessorStatus status)
The current status of the accessor.
|
Accessor.Builder |
status(String status)
The current status of the accessor.
|
Accessor.Builder |
tags(Map<String,String> tags)
The tags assigned to the Accessor.
|
Accessor.Builder |
type(AccessorType type)
The type of the accessor.
|
Accessor.Builder |
type(String type)
The type of the accessor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessor.Builder id(String id)
The unique identifier of the accessor.
id - The unique identifier of the accessor.Accessor.Builder type(String type)
The type of the accessor.
Currently, accessor type is restricted to BILLING_TOKEN.
type - The type of the accessor.
Currently, accessor type is restricted to BILLING_TOKEN.
AccessorType,
AccessorTypeAccessor.Builder type(AccessorType type)
The type of the accessor.
Currently, accessor type is restricted to BILLING_TOKEN.
type - The type of the accessor.
Currently, accessor type is restricted to BILLING_TOKEN.
AccessorType,
AccessorTypeAccessor.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.Accessor.Builder status(String status)
The current status of the accessor.
status - The current status of the accessor.AccessorStatus,
AccessorStatusAccessor.Builder status(AccessorStatus status)
The current status of the accessor.
status - The current status of the accessor.AccessorStatus,
AccessorStatusAccessor.Builder creationDate(Instant creationDate)
The creation date and time of the accessor.
creationDate - The creation date and time of the accessor.Accessor.Builder arn(String 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.
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.Accessor.Builder tags(Map<String,String> tags)
The tags assigned to the Accessor.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
tags - The tags assigned to the Accessor.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
Copyright © 2023. All rights reserved.