Accessor.Builder |
Accessor.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the accessor.
|
Accessor.Builder |
Accessor.Builder.billingToken(String billingToken) |
The billing token is a property of the Accessor.
|
static Accessor.Builder |
Accessor.builder() |
|
Accessor.Builder |
Accessor.Builder.creationDate(Instant creationDate) |
The creation date and time of the accessor.
|
Accessor.Builder |
Accessor.Builder.id(String id) |
The unique identifier of the accessor.
|
Accessor.Builder |
Accessor.Builder.networkType(String networkType) |
The blockchain network that the Accessor token is created for.
|
Accessor.Builder |
Accessor.Builder.networkType(AccessorNetworkType networkType) |
The blockchain network that the Accessor token is created for.
|
Accessor.Builder |
Accessor.Builder.status(String status) |
The current status of the accessor.
|
Accessor.Builder |
Accessor.Builder.status(AccessorStatus status) |
The current status of the accessor.
|
Accessor.Builder |
Accessor.Builder.tags(Map<String,String> tags) |
The tags assigned to the Accessor.
|
Accessor.Builder |
Accessor.toBuilder() |
|
Accessor.Builder |
Accessor.Builder.type(String type) |
The type of the accessor.
|
Accessor.Builder |
Accessor.Builder.type(AccessorType type) |
The type of the accessor.
|