public static interface SourceConfiguration.Builder extends SdkPojo, CopyableBuilder<SourceConfiguration.Builder,SourceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SourceConfiguration.Builder |
appIntegrations(AppIntegrationsConfiguration appIntegrations)
Configuration information for Amazon AppIntegrations to automatically ingest content.
|
default SourceConfiguration.Builder |
appIntegrations(Consumer<AppIntegrationsConfiguration.Builder> appIntegrations)
Configuration information for Amazon AppIntegrations to automatically ingest content.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceConfiguration.Builder appIntegrations(AppIntegrationsConfiguration appIntegrations)
Configuration information for Amazon AppIntegrations to automatically ingest content.
appIntegrations - Configuration information for Amazon AppIntegrations to automatically ingest content.default SourceConfiguration.Builder appIntegrations(Consumer<AppIntegrationsConfiguration.Builder> appIntegrations)
Configuration information for Amazon AppIntegrations to automatically ingest content.
This is a convenience method that creates an instance of theAppIntegrationsConfiguration.Builder
avoiding the need to create one manually via AppIntegrationsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to appIntegrations(AppIntegrationsConfiguration).
appIntegrations - a consumer that will call methods on AppIntegrationsConfiguration.BuilderappIntegrations(AppIntegrationsConfiguration)Copyright © 2023. All rights reserved.