pub struct Builder { /* private fields */ }Expand description
A builder for DeleteCodeSigningConfigInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code_signing_config_arn(self, input: impl Into<String>) -> Self
pub fn code_signing_config_arn(self, input: impl Into<String>) -> Self
The The Amazon Resource Name (ARN) of the code signing configuration.
sourcepub fn set_code_signing_config_arn(self, input: Option<String>) -> Self
pub fn set_code_signing_config_arn(self, input: Option<String>) -> Self
The The Amazon Resource Name (ARN) of the code signing configuration.
sourcepub fn build(self) -> Result<DeleteCodeSigningConfigInput, BuildError>
pub fn build(self) -> Result<DeleteCodeSigningConfigInput, BuildError>
Consumes the builder and constructs a DeleteCodeSigningConfigInput.