Interface GetIntegrationTablePropertiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIntegrationTablePropertiesResponse.Builder,
,GetIntegrationTablePropertiesResponse> GlueResponse.Builder
,SdkBuilder<GetIntegrationTablePropertiesResponse.Builder,
,GetIntegrationTablePropertiesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetIntegrationTablePropertiesResponse
-
Method Summary
Modifier and TypeMethodDescriptionresourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the target table for which to retrieve 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.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
resourceArn
The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving 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 retrieve integration table properties. Currently, this API only supports retrieving properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving 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
GetIntegrationTablePropertiesResponse.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 GetIntegrationTablePropertiesResponse.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
GetIntegrationTablePropertiesResponse.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 GetIntegrationTablePropertiesResponse.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:
-