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