Interface UpdateIntegrationTablePropertiesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateIntegrationTablePropertiesRequest.Builder,
,UpdateIntegrationTablePropertiesRequest> GlueRequest.Builder
,SdkBuilder<UpdateIntegrationTablePropertiesRequest.Builder,
,UpdateIntegrationTablePropertiesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateIntegrationTablePropertiesRequest
@Mutable
@NotThreadSafe
public static interface UpdateIntegrationTablePropertiesRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateIntegrationTablePropertiesRequest.Builder,UpdateIntegrationTablePropertiesRequest>
-
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 connection ARN of the source, or the database ARN of the target.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
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 Details
-
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
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
UpdateIntegrationTablePropertiesRequest.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 UpdateIntegrationTablePropertiesRequest.Builder sourceTableConfig(Consumer<SourceTableConfig.Builder> sourceTableConfig) A structure for the source table configuration.
This is a convenience method that creates an instance of theSourceTableConfig.Builder
avoiding the need to create one manually viaSourceTableConfig.builder()
.When the
Consumer
completes,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
UpdateIntegrationTablePropertiesRequest.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 UpdateIntegrationTablePropertiesRequest.Builder targetTableConfig(Consumer<TargetTableConfig.Builder> targetTableConfig) A structure for the target table configuration.
This is a convenience method that creates an instance of theTargetTableConfig.Builder
avoiding the need to create one manually viaTargetTableConfig.builder()
.When the
Consumer
completes,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
UpdateIntegrationTablePropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateIntegrationTablePropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-