Struct aws_sdk_lambda::operation::create_code_signing_config::builders::CreateCodeSigningConfigInputBuilder
source · #[non_exhaustive]pub struct CreateCodeSigningConfigInputBuilder { /* private fields */ }Expand description
A builder for CreateCodeSigningConfigInput.
Implementations§
source§impl CreateCodeSigningConfigInputBuilder
impl CreateCodeSigningConfigInputBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
Descriptive name for this code signing configuration.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
Descriptive name for this code signing configuration.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
Descriptive name for this code signing configuration.
sourcepub fn allowed_publishers(self, input: AllowedPublishers) -> Self
pub fn allowed_publishers(self, input: AllowedPublishers) -> Self
Signing profiles for this code signing configuration.
This field is required.sourcepub fn set_allowed_publishers(self, input: Option<AllowedPublishers>) -> Self
pub fn set_allowed_publishers(self, input: Option<AllowedPublishers>) -> Self
Signing profiles for this code signing configuration.
sourcepub fn get_allowed_publishers(&self) -> &Option<AllowedPublishers>
pub fn get_allowed_publishers(&self) -> &Option<AllowedPublishers>
Signing profiles for this code signing configuration.
sourcepub fn code_signing_policies(self, input: CodeSigningPolicies) -> Self
pub fn code_signing_policies(self, input: CodeSigningPolicies) -> Self
The code signing policies define the actions to take if the validation checks fail.
sourcepub fn set_code_signing_policies(
self,
input: Option<CodeSigningPolicies>
) -> Self
pub fn set_code_signing_policies( self, input: Option<CodeSigningPolicies> ) -> Self
The code signing policies define the actions to take if the validation checks fail.
sourcepub fn get_code_signing_policies(&self) -> &Option<CodeSigningPolicies>
pub fn get_code_signing_policies(&self) -> &Option<CodeSigningPolicies>
The code signing policies define the actions to take if the validation checks fail.
sourcepub fn build(self) -> Result<CreateCodeSigningConfigInput, BuildError>
pub fn build(self) -> Result<CreateCodeSigningConfigInput, BuildError>
Consumes the builder and constructs a CreateCodeSigningConfigInput.
source§impl CreateCodeSigningConfigInputBuilder
impl CreateCodeSigningConfigInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateCodeSigningConfigOutput, SdkError<CreateCodeSigningConfigError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateCodeSigningConfigOutput, SdkError<CreateCodeSigningConfigError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateCodeSigningConfigInputBuilder
impl Clone for CreateCodeSigningConfigInputBuilder
source§fn clone(&self) -> CreateCodeSigningConfigInputBuilder
fn clone(&self) -> CreateCodeSigningConfigInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateCodeSigningConfigInputBuilder
impl Default for CreateCodeSigningConfigInputBuilder
source§fn default() -> CreateCodeSigningConfigInputBuilder
fn default() -> CreateCodeSigningConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateCodeSigningConfigInputBuilder
impl PartialEq for CreateCodeSigningConfigInputBuilder
source§fn eq(&self, other: &CreateCodeSigningConfigInputBuilder) -> bool
fn eq(&self, other: &CreateCodeSigningConfigInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateCodeSigningConfigInputBuilder
Auto Trait Implementations§
impl Freeze for CreateCodeSigningConfigInputBuilder
impl RefUnwindSafe for CreateCodeSigningConfigInputBuilder
impl Send for CreateCodeSigningConfigInputBuilder
impl Sync for CreateCodeSigningConfigInputBuilder
impl Unpin for CreateCodeSigningConfigInputBuilder
impl UnwindSafe for CreateCodeSigningConfigInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.