pub struct Builder { /* private fields */ }Expand description
A builder for ListAccessorsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn accessors(self, input: AccessorSummary) -> Self
pub fn accessors(self, input: AccessorSummary) -> Self
Appends an item to accessors.
To override the contents of this collection use set_accessors.
An array of AccessorSummary objects that contain configuration properties for each accessor.
sourcepub fn set_accessors(self, input: Option<Vec<AccessorSummary>>) -> Self
pub fn set_accessors(self, input: Option<Vec<AccessorSummary>>) -> Self
An array of AccessorSummary objects that contain configuration properties for each accessor.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn build(self) -> ListAccessorsOutput
pub fn build(self) -> ListAccessorsOutput
Consumes the builder and constructs a ListAccessorsOutput.