pub struct Builder { /* private fields */ }Expand description
A builder for ListCodeSigningConfigsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
sourcepub fn set_max_items(self, input: Option<i32>) -> Self
pub fn set_max_items(self, input: Option<i32>) -> Self
Maximum number of items to return.
sourcepub fn build(self) -> Result<ListCodeSigningConfigsInput, BuildError>
pub fn build(self) -> Result<ListCodeSigningConfigsInput, BuildError>
Consumes the builder and constructs a ListCodeSigningConfigsInput.