Uses of Interface
software.amazon.awssdk.services.qconnect.model.ExternalSourceConfiguration.Builder
-
Packages that use ExternalSourceConfiguration.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ExternalSourceConfiguration.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ExternalSourceConfiguration.Builder Modifier and Type Method Description static ExternalSourceConfiguration.BuilderExternalSourceConfiguration. builder()default ExternalSourceConfiguration.BuilderExternalSourceConfiguration.Builder. configuration(Consumer<Configuration.Builder> configuration)The configuration information of the external data source.ExternalSourceConfiguration.BuilderExternalSourceConfiguration.Builder. configuration(Configuration configuration)The configuration information of the external data source.ExternalSourceConfiguration.BuilderExternalSourceConfiguration.Builder. source(String source)The type of the external data source.ExternalSourceConfiguration.BuilderExternalSourceConfiguration.Builder. source(ExternalSource source)The type of the external data source.ExternalSourceConfiguration.BuilderExternalSourceConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type ExternalSourceConfiguration.Builder Modifier and Type Method Description static Class<? extends ExternalSourceConfiguration.Builder>ExternalSourceConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type ExternalSourceConfiguration.Builder Modifier and Type Method Description default ImportJobData.BuilderImportJobData.Builder. externalSourceConfiguration(Consumer<ExternalSourceConfiguration.Builder> externalSourceConfiguration)Sets the value of the ExternalSourceConfiguration property for this object.default ImportJobSummary.BuilderImportJobSummary.Builder. externalSourceConfiguration(Consumer<ExternalSourceConfiguration.Builder> externalSourceConfiguration)The configuration information of the external source that the resource data are imported from.default StartImportJobRequest.BuilderStartImportJobRequest.Builder. externalSourceConfiguration(Consumer<ExternalSourceConfiguration.Builder> externalSourceConfiguration)The configuration information of the external source that the resource data are imported from.
-