Uses of Interface
software.amazon.awssdk.services.glue.model.GetIntegrationTablePropertiesRequest.Builder
-
Packages that use GetIntegrationTablePropertiesRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetIntegrationTablePropertiesRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetIntegrationTablePropertiesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIntegrationTablePropertiesResponse>GlueAsyncClient. getIntegrationTableProperties(Consumer<GetIntegrationTablePropertiesRequest.Builder> getIntegrationTablePropertiesRequest)This API is used to retrieve optional override properties for the tables that need to be replicated.default GetIntegrationTablePropertiesResponseGlueClient. getIntegrationTableProperties(Consumer<GetIntegrationTablePropertiesRequest.Builder> getIntegrationTablePropertiesRequest)This API is used to retrieve optional override properties for the tables that need to be replicated. -
Uses of GetIntegrationTablePropertiesRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetIntegrationTablePropertiesRequest.Builder Modifier and Type Method Description static GetIntegrationTablePropertiesRequest.BuilderGetIntegrationTablePropertiesRequest. builder()GetIntegrationTablePropertiesRequest.BuilderGetIntegrationTablePropertiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationTablePropertiesRequest.BuilderGetIntegrationTablePropertiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntegrationTablePropertiesRequest.BuilderGetIntegrationTablePropertiesRequest.Builder. resourceArn(String resourceArn)The connection ARN of the source, or the database ARN of the target.GetIntegrationTablePropertiesRequest.BuilderGetIntegrationTablePropertiesRequest.Builder. tableName(String tableName)The name of the table to be replicated.GetIntegrationTablePropertiesRequest.BuilderGetIntegrationTablePropertiesRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetIntegrationTablePropertiesRequest.Builder Modifier and Type Method Description static Class<? extends GetIntegrationTablePropertiesRequest.Builder>GetIntegrationTablePropertiesRequest. serializableBuilderClass()
-