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