Package | Description |
---|---|
software.amazon.awssdk.services.glue |
|
software.amazon.awssdk.services.glue.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetPlanResponse> |
GlueAsyncClient.getPlan(Consumer<GetPlanRequest.Builder> getPlanRequest)
Gets code to perform a specified mapping.
|
default GetPlanResponse |
GlueClient.getPlan(Consumer<GetPlanRequest.Builder> getPlanRequest)
Gets code to perform a specified mapping.
|
Modifier and Type | Method and Description |
---|---|
static GetPlanRequest.Builder |
GetPlanRequest.builder() |
GetPlanRequest.Builder |
GetPlanRequest.Builder.language(Language language)
The programming language of the code to perform the mapping.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.language(String language)
The programming language of the code to perform the mapping.
|
default GetPlanRequest.Builder |
GetPlanRequest.Builder.location(Consumer<Location.Builder> location)
The parameters for the mapping.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.location(Location location)
The parameters for the mapping.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.mapping(Collection<MappingEntry> mapping)
The list of mappings from a source table to target tables.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.mapping(Consumer<MappingEntry.Builder>... mapping)
The list of mappings from a source table to target tables.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.mapping(MappingEntry... mapping)
The list of mappings from a source table to target tables.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPlanRequest.Builder |
GetPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPlanRequest.Builder |
GetPlanRequest.Builder.sinks(CatalogEntry... sinks)
The target tables.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.sinks(Collection<CatalogEntry> sinks)
The target tables.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.sinks(Consumer<CatalogEntry.Builder>... sinks)
The target tables.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.source(CatalogEntry source)
The source table.
|
default GetPlanRequest.Builder |
GetPlanRequest.Builder.source(Consumer<CatalogEntry.Builder> source)
The source table.
|
GetPlanRequest.Builder |
GetPlanRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetPlanRequest.Builder> |
GetPlanRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.