Struct aws_sdk_connect::operation::disassociate_lambda_function::builders::DisassociateLambdaFunctionInputBuilder    
source · #[non_exhaustive]pub struct DisassociateLambdaFunctionInputBuilder { /* private fields */ }Expand description
A builder for DisassociateLambdaFunctionInput.
Implementations§
source§impl DisassociateLambdaFunctionInputBuilder
 
impl DisassociateLambdaFunctionInputBuilder
sourcepub fn instance_id(self, input: impl Into<String>) -> Self
 
pub fn instance_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance..
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
 
pub fn set_instance_id(self, input: Option<String>) -> Self
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance..
sourcepub fn function_arn(self, input: impl Into<String>) -> Self
 
pub fn function_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Lambda function being disassociated.
sourcepub fn set_function_arn(self, input: Option<String>) -> Self
 
pub fn set_function_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Lambda function being disassociated.
sourcepub fn build(self) -> Result<DisassociateLambdaFunctionInput, BuildError>
 
pub fn build(self) -> Result<DisassociateLambdaFunctionInput, BuildError>
Consumes the builder and constructs a DisassociateLambdaFunctionInput.
Trait Implementations§
source§impl Clone for DisassociateLambdaFunctionInputBuilder
 
impl Clone for DisassociateLambdaFunctionInputBuilder
source§fn clone(&self) -> DisassociateLambdaFunctionInputBuilder
 
fn clone(&self) -> DisassociateLambdaFunctionInputBuilder
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 DisassociateLambdaFunctionInputBuilder
 
impl Default for DisassociateLambdaFunctionInputBuilder
source§fn default() -> DisassociateLambdaFunctionInputBuilder
 
fn default() -> DisassociateLambdaFunctionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisassociateLambdaFunctionInputBuilder> for DisassociateLambdaFunctionInputBuilder
 
impl PartialEq<DisassociateLambdaFunctionInputBuilder> for DisassociateLambdaFunctionInputBuilder
source§fn eq(&self, other: &DisassociateLambdaFunctionInputBuilder) -> bool
 
fn eq(&self, other: &DisassociateLambdaFunctionInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DisassociateLambdaFunctionInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateLambdaFunctionInputBuilder
impl Send for DisassociateLambdaFunctionInputBuilder
impl Sync for DisassociateLambdaFunctionInputBuilder
impl Unpin for DisassociateLambdaFunctionInputBuilder
impl UnwindSafe for DisassociateLambdaFunctionInputBuilder
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