Struct aws_sdk_appsync::input::get_resolver_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetResolverInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_api_id(self, input: Option<String>) -> Self
pub fn set_api_id(self, input: Option<String>) -> Self
The API ID.
sourcepub fn set_type_name(self, input: Option<String>) -> Self
pub fn set_type_name(self, input: Option<String>) -> Self
The resolver type name.
sourcepub fn field_name(self, input: impl Into<String>) -> Self
pub fn field_name(self, input: impl Into<String>) -> Self
The resolver field name.
sourcepub fn set_field_name(self, input: Option<String>) -> Self
pub fn set_field_name(self, input: Option<String>) -> Self
The resolver field name.
sourcepub fn build(self) -> Result<GetResolverInput, BuildError>
pub fn build(self) -> Result<GetResolverInput, BuildError>
Consumes the builder and constructs a GetResolverInput
.