pub struct Builder { /* private fields */ }Expand description
A builder for ListSecurityConfigurationsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The pagination token that indicates the set of results to retrieve.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The pagination token that indicates the set of results to retrieve.
sourcepub fn build(self) -> Result<ListSecurityConfigurationsInput, BuildError>
pub fn build(self) -> Result<ListSecurityConfigurationsInput, BuildError>
Consumes the builder and constructs a ListSecurityConfigurationsInput.