Struct aws_sdk_appsync::output::create_graphql_api_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateGraphqlApiOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn graphql_api(self, input: GraphqlApi) -> Self
pub fn graphql_api(self, input: GraphqlApi) -> Self
The GraphqlApi
.
sourcepub fn set_graphql_api(self, input: Option<GraphqlApi>) -> Self
pub fn set_graphql_api(self, input: Option<GraphqlApi>) -> Self
The GraphqlApi
.
sourcepub fn build(self) -> CreateGraphqlApiOutput
pub fn build(self) -> CreateGraphqlApiOutput
Consumes the builder and constructs a CreateGraphqlApiOutput
.