Uses of Interface
software.amazon.awssdk.services.glue.model.CreateIntegrationTablePropertiesRequest.Builder
-
Packages that use CreateIntegrationTablePropertiesRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of CreateIntegrationTablePropertiesRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type CreateIntegrationTablePropertiesRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateIntegrationTablePropertiesResponse>GlueAsyncClient. createIntegrationTableProperties(Consumer<CreateIntegrationTablePropertiesRequest.Builder> createIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the the tables that need to be replicated.default CreateIntegrationTablePropertiesResponseGlueClient. createIntegrationTableProperties(Consumer<CreateIntegrationTablePropertiesRequest.Builder> createIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the the tables that need to be replicated. -
Uses of CreateIntegrationTablePropertiesRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CreateIntegrationTablePropertiesRequest.Builder Modifier and Type Method Description static CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest. builder()CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. resourceArn(String resourceArn)The connection ARN of the source, or the database ARN of the target.default CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. sourceTableConfig(Consumer<SourceTableConfig.Builder> sourceTableConfig)A structure for the source table configuration.CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. sourceTableConfig(SourceTableConfig sourceTableConfig)A structure for the source table configuration.CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. tableName(String tableName)The name of the table to be replicated.default CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. targetTableConfig(Consumer<TargetTableConfig.Builder> targetTableConfig)A structure for the target table configuration.CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest.Builder. targetTableConfig(TargetTableConfig targetTableConfig)A structure for the target table configuration.CreateIntegrationTablePropertiesRequest.BuilderCreateIntegrationTablePropertiesRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CreateIntegrationTablePropertiesRequest.Builder Modifier and Type Method Description static Class<? extends CreateIntegrationTablePropertiesRequest.Builder>CreateIntegrationTablePropertiesRequest. serializableBuilderClass()
-