Interface Accessor.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Accessor.Builder,
,Accessor> SdkBuilder<Accessor.Builder,
,Accessor> SdkPojo
- Enclosing class:
Accessor
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the accessor.billingToken
(String billingToken) The billing token is a property of the accessor.creationDate
(Instant creationDate) The creation date and time of the accessor.The unique identifier of the accessor.The current status of the accessor.status
(AccessorStatus status) The current status of the accessor.The tags assigned to the Accessor.The type of the accessor.type
(AccessorType type) The type of the accessor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The unique identifier of the accessor.
- Parameters:
id
- The unique identifier of the accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the accessor.
Currently, accessor type is restricted to
BILLING_TOKEN
.- Parameters:
type
- The type of the accessor.Currently, accessor type is restricted to
BILLING_TOKEN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the accessor.
Currently, accessor type is restricted to
BILLING_TOKEN
.- Parameters:
type
- The type of the accessor.Currently, accessor type is restricted to
BILLING_TOKEN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
status
The current status of the accessor.
- Parameters:
status
- The current status of the accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the accessor.
- Parameters:
status
- The current status of the accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDate
The creation date and time of the accessor.
- Parameters:
creationDate
- The creation date and time of the accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-