Struct aws_sdk_appflow::model::connector_entity_field::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ConnectorEntityField
Implementations
The unique identifier of the connector field.
The unique identifier of the connector field.
The label applied to a connector entity field.
The label applied to a connector entity field.
Contains details regarding the supported FieldType
, including the
corresponding filterOperators
and supportedValues
.
pub fn set_supported_field_type_details(
self,
input: Option<SupportedFieldTypeDetails>
) -> Self
pub fn set_supported_field_type_details(
self,
input: Option<SupportedFieldTypeDetails>
) -> Self
Contains details regarding the supported FieldType
, including the
corresponding filterOperators
and supportedValues
.
A description of the connector entity field.
A description of the connector entity field.
The properties that can be applied to a field when the connector is being used as a source.
The properties that can be applied to a field when the connector is being used as a source.
The properties applied to a field when the connector is being used as a destination.
The properties applied to a field when the connector is being used as a destination.
Consumes the builder and constructs a ConnectorEntityField
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