Uses of Interface
software.amazon.awssdk.services.glue.model.IntegrationConfig.Builder
-
Packages that use IntegrationConfig.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationConfig.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IntegrationConfig.Builder Modifier and Type Method Description static IntegrationConfig.BuilderIntegrationConfig. builder()IntegrationConfig.BuilderIntegrationConfig.Builder. refreshInterval(String refreshInterval)Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.IntegrationConfig.BuilderIntegrationConfig.Builder. sourceProperties(Map<String,String> sourceProperties)A collection of key-value pairs that specify additional properties for the integration source.IntegrationConfig.BuilderIntegrationConfig. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IntegrationConfig.Builder Modifier and Type Method Description static Class<? extends IntegrationConfig.Builder>IntegrationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IntegrationConfig.Builder Modifier and Type Method Description default CreateIntegrationRequest.BuilderCreateIntegrationRequest.Builder. integrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig)The configuration settings.default CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. integrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig)The configuration settings.default InboundIntegration.BuilderInboundIntegration.Builder. integrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig)Properties associated with the integration.default Integration.BuilderIntegration.Builder. integrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig)Properties associated with the integration.
-