Struct aws_sdk_amplifybackend::input::create_token_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateTokenInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_app_id(self, input: Option<String>) -> Self
pub fn set_app_id(self, input: Option<String>) -> Self
The app ID.
sourcepub fn build(self) -> Result<CreateTokenInput, BuildError>
pub fn build(self) -> Result<CreateTokenInput, BuildError>
Consumes the builder and constructs a CreateTokenInput
.