Uses of Interface
software.amazon.awssdk.services.glue.model.GetMappingRequest.Builder
-
Packages that use GetMappingRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetMappingRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetMappingRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMappingResponse>GlueAsyncClient. getMapping(Consumer<GetMappingRequest.Builder> getMappingRequest)Creates mappings.default GetMappingResponseGlueClient. getMapping(Consumer<GetMappingRequest.Builder> getMappingRequest)Creates mappings. -
Uses of GetMappingRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetMappingRequest.Builder Modifier and Type Method Description static GetMappingRequest.BuilderGetMappingRequest. builder()default GetMappingRequest.BuilderGetMappingRequest.Builder. location(Consumer<Location.Builder> location)Parameters for the mapping.GetMappingRequest.BuilderGetMappingRequest.Builder. location(Location location)Parameters for the mapping.GetMappingRequest.BuilderGetMappingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMappingRequest.BuilderGetMappingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMappingRequest.BuilderGetMappingRequest.Builder. sinks(Collection<CatalogEntry> sinks)A list of target tables.GetMappingRequest.BuilderGetMappingRequest.Builder. sinks(Consumer<CatalogEntry.Builder>... sinks)A list of target tables.GetMappingRequest.BuilderGetMappingRequest.Builder. sinks(CatalogEntry... sinks)A list of target tables.default GetMappingRequest.BuilderGetMappingRequest.Builder. source(Consumer<CatalogEntry.Builder> source)Specifies the source table.GetMappingRequest.BuilderGetMappingRequest.Builder. source(CatalogEntry source)Specifies the source table.GetMappingRequest.BuilderGetMappingRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetMappingRequest.Builder Modifier and Type Method Description static Class<? extends GetMappingRequest.Builder>GetMappingRequest. serializableBuilderClass()
-