pub struct Builder { /* private fields */ }
Expand description
A builder for CreateBackendConfigInput
.
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 backend_manager_app_id(self, input: impl Into<String>) -> Self
pub fn backend_manager_app_id(self, input: impl Into<String>) -> Self
The app ID for the backend manager.
sourcepub fn set_backend_manager_app_id(self, input: Option<String>) -> Self
pub fn set_backend_manager_app_id(self, input: Option<String>) -> Self
The app ID for the backend manager.
sourcepub fn build(self) -> Result<CreateBackendConfigInput, BuildError>
pub fn build(self) -> Result<CreateBackendConfigInput, BuildError>
Consumes the builder and constructs a CreateBackendConfigInput
.