#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateIntegrationAssociationInput
Implementations
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
The type of information to be ingested.
The type of information to be ingested.
The Amazon Resource Name (ARN) of the integration.
The Amazon Resource Name (ARN) of the integration.
The URL for the external application. This field is only required for the EVENT integration type.
The URL for the external application. This field is only required for the EVENT integration type.
The name of the external application. This field is only required for the EVENT integration type.
The name of the external application. This field is only required for the EVENT integration type.
The type of the data source. This field is only required for the EVENT integration type.
The type of the data source. This field is only required for the EVENT integration type.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags used to organize, track, or control access for this resource.
The tags used to organize, track, or control access for this resource.
Consumes the builder and constructs a CreateIntegrationAssociationInput
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