Struct aws_sdk_appflow::model::connector_entity::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ConnectorEntity
Implementations
The label applied to the connector entity.
The label applied to the connector entity.
Specifies whether the connector entity is a parent or a category and has more entities
nested underneath it. If another call is made with entitiesPath =
"the_current_entity_name_with_hasNestedEntities_true"
, then it returns the nested
entities underneath it. This provides a way to retrieve all supported entities in a recursive
fashion.
Specifies whether the connector entity is a parent or a category and has more entities
nested underneath it. If another call is made with entitiesPath =
"the_current_entity_name_with_hasNestedEntities_true"
, then it returns the nested
entities underneath it. This provides a way to retrieve all supported entities in a recursive
fashion.
Consumes the builder and constructs a ConnectorEntity
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