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