Struct aws_sdk_appsync::output::list_graphql_apis_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListGraphqlApisOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn graphql_apis(self, input: GraphqlApi) -> Self
pub fn graphql_apis(self, input: GraphqlApi) -> Self
Appends an item to graphql_apis
.
To override the contents of this collection use set_graphql_apis
.
The GraphqlApi
objects.
sourcepub fn set_graphql_apis(self, input: Option<Vec<GraphqlApi>>) -> Self
pub fn set_graphql_apis(self, input: Option<Vec<GraphqlApi>>) -> Self
The GraphqlApi
objects.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An identifier to pass in the next request to this operation to return the next set of items in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An identifier to pass in the next request to this operation to return the next set of items in the list.
sourcepub fn build(self) -> ListGraphqlApisOutput
pub fn build(self) -> ListGraphqlApisOutput
Consumes the builder and constructs a ListGraphqlApisOutput
.