pub struct Builder { /* private fields */ }Expand description
A builder for ListCodeSigningConfigsOutput.
Implementations§
source§impl Builder
impl Builder
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 code_signing_configs(self, input: CodeSigningConfig) -> Self
pub fn code_signing_configs(self, input: CodeSigningConfig) -> Self
Appends an item to code_signing_configs.
To override the contents of this collection use set_code_signing_configs.
The code signing configurations
sourcepub fn set_code_signing_configs(
self,
input: Option<Vec<CodeSigningConfig>>
) -> Self
pub fn set_code_signing_configs(
self,
input: Option<Vec<CodeSigningConfig>>
) -> Self
The code signing configurations
sourcepub fn build(self) -> ListCodeSigningConfigsOutput
pub fn build(self) -> ListCodeSigningConfigsOutput
Consumes the builder and constructs a ListCodeSigningConfigsOutput.