Interface CreateIntegrationTablePropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateIntegrationTablePropertiesRequest.Builder,CreateIntegrationTablePropertiesRequest>,GlueRequest.Builder,SdkBuilder<CreateIntegrationTablePropertiesRequest.Builder,CreateIntegrationTablePropertiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateIntegrationTablePropertiesRequest
public static interface CreateIntegrationTablePropertiesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateIntegrationTablePropertiesRequest.Builder,CreateIntegrationTablePropertiesRequest>
-
-
Method Summary
-
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
-
resourceArn
CreateIntegrationTablePropertiesRequest.Builder resourceArn(String resourceArn)
The connection ARN of the source, or the database ARN of the target.
- Parameters:
resourceArn- The connection ARN of the source, or the database ARN of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
CreateIntegrationTablePropertiesRequest.Builder tableName(String 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.
- Parameters:
sourceTableConfig- A structure for the source table configuration.- 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.
This is a convenience method that creates an instance of theSourceTableConfig.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:
sourceTableConfig(SourceTableConfig)
-
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:
targetTableConfig(TargetTableConfig)
-
overrideConfiguration
CreateIntegrationTablePropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateIntegrationTablePropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-