Struct aws_sdk_appsync::output::list_resolvers_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ListResolversOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn resolvers(self, input: Resolver) -> Self
pub fn resolvers(self, input: Resolver) -> Self
Appends an item to resolvers
.
To override the contents of this collection use set_resolvers
.
The Resolver
objects.
sourcepub fn set_resolvers(self, input: Option<Vec<Resolver>>) -> Self
pub fn set_resolvers(self, input: Option<Vec<Resolver>>) -> Self
The Resolver
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) -> ListResolversOutput
pub fn build(self) -> ListResolversOutput
Consumes the builder and constructs a ListResolversOutput
.