pub struct Builder { /* private fields */ }Expand description
A builder for CreateAccessorOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn accessor_id(self, input: impl Into<String>) -> Self
pub fn accessor_id(self, input: impl Into<String>) -> Self
The unique identifier of the accessor.
sourcepub fn set_accessor_id(self, input: Option<String>) -> Self
pub fn set_accessor_id(self, input: Option<String>) -> Self
The unique identifier of the accessor.
sourcepub fn billing_token(self, input: impl Into<String>) -> Self
pub fn billing_token(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_billing_token(self, input: Option<String>) -> Self
pub fn set_billing_token(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> CreateAccessorOutput
pub fn build(self) -> CreateAccessorOutput
Consumes the builder and constructs a CreateAccessorOutput.