Struct aws_sdk_appsync::input::delete_resolver_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteResolverInput
.
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 name of the resolver type.
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<DeleteResolverInput, BuildError>
pub fn build(self) -> Result<DeleteResolverInput, BuildError>
Consumes the builder and constructs a DeleteResolverInput
.