pub struct Builder { /* private fields */ }Expand description
A builder for ListFunctionUrlConfigsOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn function_url_configs(self, input: FunctionUrlConfig) -> Self
pub fn function_url_configs(self, input: FunctionUrlConfig) -> Self
Appends an item to function_url_configs.
To override the contents of this collection use set_function_url_configs.
A list of function URL configurations.
sourcepub fn set_function_url_configs(
self,
input: Option<Vec<FunctionUrlConfig>>
) -> Self
pub fn set_function_url_configs(
self,
input: Option<Vec<FunctionUrlConfig>>
) -> Self
A list of function URL configurations.
sourcepub fn next_marker(self, input: impl Into<String>) -> Self
pub fn next_marker(self, input: impl Into<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn set_next_marker(self, input: Option<String>) -> Self
pub fn set_next_marker(self, input: Option<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn build(self) -> ListFunctionUrlConfigsOutput
pub fn build(self) -> ListFunctionUrlConfigsOutput
Consumes the builder and constructs a ListFunctionUrlConfigsOutput.