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