GetPlanRequest.Builder |
GetPlanRequest.Builder.additionalPlanOptionsMap(Map<String,String> additionalPlanOptionsMap) |
A map to hold additional optional key-value parameters.
|
static GetPlanRequest.Builder |
GetPlanRequest.builder() |
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.language(String language) |
The programming language of the code to perform the mapping.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.language(Language 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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.sinks(CatalogEntry... sinks) |
The target tables.
|
default GetPlanRequest.Builder |
GetPlanRequest.Builder.source(Consumer<CatalogEntry.Builder> source) |
The source table.
|
GetPlanRequest.Builder |
GetPlanRequest.Builder.source(CatalogEntry source) |
The source table.
|
GetPlanRequest.Builder |
GetPlanRequest.toBuilder() |
|