Struct aws_sdk_appintegrations::model::event_integration_association::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EventIntegrationAssociation
Implementations
The Amazon Resource Name (ARN) for the event integration association.
The Amazon Resource Name (ARN) for the event integration association.
The identifier for the event integration association.
The identifier for the event integration association.
The name of the event integration.
The name of the event integration.
The identifier for the client that is associated with the event integration.
The identifier for the client that is associated with the event integration.
The name of the EventBridge rule.
The name of the EventBridge rule.
Adds a key-value pair to client_association_metadata
.
To override the contents of this collection use set_client_association_metadata
.
The metadata associated with the client.
The metadata associated with the client.
Consumes the builder and constructs a EventIntegrationAssociation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more