public static interface GetMappingRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetMappingRequest.Builder,GetMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
default GetMappingRequest.Builder |
location(Consumer<Location.Builder> location)
Parameters for the mapping.
|
GetMappingRequest.Builder |
location(Location location)
Parameters for the mapping.
|
GetMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMappingRequest.Builder |
sinks(CatalogEntry... sinks)
A list of target tables.
|
GetMappingRequest.Builder |
sinks(Collection<CatalogEntry> sinks)
A list of target tables.
|
GetMappingRequest.Builder |
sinks(Consumer<CatalogEntry.Builder>... sinks)
A list of target tables.
|
GetMappingRequest.Builder |
source(CatalogEntry source)
Specifies the source table.
|
default GetMappingRequest.Builder |
source(Consumer<CatalogEntry.Builder> source)
Specifies the source table.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMappingRequest.Builder source(CatalogEntry source)
Specifies the source table.
source - Specifies the source table.default GetMappingRequest.Builder source(Consumer<CatalogEntry.Builder> source)
Specifies the source table.
This is a convenience that creates an instance of theCatalogEntry.Builder avoiding the need to
create one manually via CatalogEntry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(CatalogEntry).source - a consumer that will call methods on CatalogEntry.Buildersource(CatalogEntry)GetMappingRequest.Builder sinks(Collection<CatalogEntry> sinks)
A list of target tables.
sinks - A list of target tables.GetMappingRequest.Builder sinks(CatalogEntry... sinks)
A list of target tables.
sinks - A list of target tables.GetMappingRequest.Builder sinks(Consumer<CatalogEntry.Builder>... sinks)
A list of target tables.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #sinks(List) .sinks - a consumer that will call methods on List.Builder #sinks(List) GetMappingRequest.Builder location(Location location)
Parameters for the mapping.
location - Parameters for the mapping.default GetMappingRequest.Builder location(Consumer<Location.Builder> location)
Parameters for the mapping.
This is a convenience that creates an instance of theLocation.Builder avoiding the need to create
one manually via Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to location(Location).location - a consumer that will call methods on Location.Builderlocation(Location)GetMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.