pub struct Builder { /* private fields */ }
Expand description
A builder for ListResolversByFunctionOutput
.
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 list of resolvers.
sourcepub fn set_resolvers(self, input: Option<Vec<Resolver>>) -> Self
pub fn set_resolvers(self, input: Option<Vec<Resolver>>) -> Self
The list of resolvers.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An identifier that you can use 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 that you can use to return the next set of items in the list.
sourcepub fn build(self) -> ListResolversByFunctionOutput
pub fn build(self) -> ListResolversByFunctionOutput
Consumes the builder and constructs a ListResolversByFunctionOutput
.