Uses of Interface
software.amazon.awssdk.services.appflow.model.ConnectorEntity.Builder
-
Packages that use ConnectorEntity.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ConnectorEntity.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ConnectorEntity.Builder Modifier and Type Method Description static ConnectorEntity.BuilderConnectorEntity. builder()ConnectorEntity.BuilderConnectorEntity.Builder. hasNestedEntities(Boolean hasNestedEntities)Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.ConnectorEntity.BuilderConnectorEntity.Builder. label(String label)The label applied to the connector entity.ConnectorEntity.BuilderConnectorEntity.Builder. name(String name)The name of the connector entity.ConnectorEntity.BuilderConnectorEntity. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ConnectorEntity.Builder Modifier and Type Method Description static Class<? extends ConnectorEntity.Builder>ConnectorEntity. serializableBuilderClass()
-