Interface CreateIntegrationTablePropertiesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateIntegrationTablePropertiesRequest.Builder,,CreateIntegrationTablePropertiesRequest> GlueRequest.Builder,SdkBuilder<CreateIntegrationTablePropertiesRequest.Builder,,CreateIntegrationTablePropertiesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateIntegrationTablePropertiesRequest
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the target table for which to create integration table properties.sourceTableConfig(Consumer<SourceTableConfig.Builder> sourceTableConfig) A structure for the source table configuration.sourceTableConfig(SourceTableConfig sourceTableConfig) A structure for the source table configuration.The name of the table to be replicated.targetTableConfig(Consumer<TargetTableConfig.Builder> targetTableConfig) A structure for the target table configuration.targetTableConfig(TargetTableConfig targetTableConfig) A structure for the target table configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceArn
The Amazon Resource Name (ARN) of the target table for which to create integration table properties. Currently, this API only supports creating integration table properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for creating integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the target table for which to create integration table properties. Currently, this API only supports creating integration table properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for creating integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
The name of the table to be replicated.
- Parameters:
tableName- The name of the table to be replicated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceTableConfig
CreateIntegrationTablePropertiesRequest.Builder sourceTableConfig(SourceTableConfig sourceTableConfig) A structure for the source table configuration. See the
SourceTableConfigstructure to see list of supported source properties.- Parameters:
sourceTableConfig- A structure for the source table configuration. See theSourceTableConfigstructure to see list of supported source properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceTableConfig
default CreateIntegrationTablePropertiesRequest.Builder sourceTableConfig(Consumer<SourceTableConfig.Builder> sourceTableConfig) A structure for the source table configuration. See the
This is a convenience method that creates an instance of theSourceTableConfigstructure to see list of supported source properties.SourceTableConfig.Builderavoiding the need to create one manually viaSourceTableConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceTableConfig(SourceTableConfig).- Parameters:
sourceTableConfig- a consumer that will call methods onSourceTableConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetTableConfig
CreateIntegrationTablePropertiesRequest.Builder targetTableConfig(TargetTableConfig targetTableConfig) A structure for the target table configuration.
- Parameters:
targetTableConfig- A structure for the target table configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetTableConfig
default CreateIntegrationTablePropertiesRequest.Builder targetTableConfig(Consumer<TargetTableConfig.Builder> targetTableConfig) A structure for the target table configuration.
This is a convenience method that creates an instance of theTargetTableConfig.Builderavoiding the need to create one manually viaTargetTableConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetTableConfig(TargetTableConfig).- Parameters:
targetTableConfig- a consumer that will call methods onTargetTableConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateIntegrationTablePropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateIntegrationTablePropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-