Struct aws_sdk_appsync::model::resolver::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Resolver
Implementations
The resolver type name.
The resolver field name.
The resolver field name.
The resolver data source name.
The resolver data source name.
The resolver ARN.
The resolver ARN.
The request mapping template.
The request mapping template.
The response mapping template.
The response mapping template.
The resolver type.
-
UNIT: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.
-
PIPELINE: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of
Function
in a serial manner. You can use a pipeline resolver to execute a GraphQL query against multiple data sources.
The resolver type.
-
UNIT: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.
-
PIPELINE: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of
Function
in a serial manner. You can use a pipeline resolver to execute a GraphQL query against multiple data sources.
The PipelineConfig
.
The PipelineConfig
.
The SyncConfig
for a resolver attached to a versioned datasource.
The SyncConfig
for a resolver attached to a versioned datasource.
The caching configuration for the resolver.
The caching configuration for the resolver.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more