Interface GetMappingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMappingRequest.Builder,GetMappingRequest>,GlueRequest.Builder,SdkBuilder<GetMappingRequest.Builder,GetMappingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMappingRequest
public static interface GetMappingRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetMappingRequest.Builder,GetMappingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetMappingRequest.Builderlocation(Consumer<Location.Builder> location)Parameters for the mapping.GetMappingRequest.Builderlocation(Location location)Parameters for the mapping.GetMappingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMappingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMappingRequest.Buildersinks(Collection<CatalogEntry> sinks)A list of target tables.GetMappingRequest.Buildersinks(Consumer<CatalogEntry.Builder>... sinks)A list of target tables.GetMappingRequest.Buildersinks(CatalogEntry... sinks)A list of target tables.default GetMappingRequest.Buildersource(Consumer<CatalogEntry.Builder> source)Specifies the source table.GetMappingRequest.Buildersource(CatalogEntry source)Specifies the source table.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
source
GetMappingRequest.Builder source(CatalogEntry source)
Specifies the source table.
- Parameters:
source- Specifies the source table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
default GetMappingRequest.Builder source(Consumer<CatalogEntry.Builder> source)
Specifies the source table.
This is a convenience method that creates an instance of theCatalogEntry.Builderavoiding the need to create one manually viaCatalogEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(CatalogEntry).- Parameters:
source- a consumer that will call methods onCatalogEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
source(CatalogEntry)
-
sinks
GetMappingRequest.Builder sinks(Collection<CatalogEntry> sinks)
A list of target tables.
- Parameters:
sinks- A list of target tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sinks
GetMappingRequest.Builder sinks(CatalogEntry... sinks)
A list of target tables.
- Parameters:
sinks- A list of target tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sinks
GetMappingRequest.Builder sinks(Consumer<CatalogEntry.Builder>... sinks)
A list of target tables.
This is a convenience method that creates an instance of theCatalogEntry.Builderavoiding the need to create one manually viaCatalogEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sinks(List.) - Parameters:
sinks- a consumer that will call methods onCatalogEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sinks(java.util.Collection)
-
location
GetMappingRequest.Builder location(Location location)
Parameters for the mapping.
- Parameters:
location- Parameters for the mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
default GetMappingRequest.Builder location(Consumer<Location.Builder> location)
Parameters for the mapping.
This is a convenience method that creates an instance of theLocation.Builderavoiding the need to create one manually viaLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocation(Location).- Parameters:
location- a consumer that will call methods onLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
location(Location)
-
overrideConfiguration
GetMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-