static GetIntegrationTablePropertiesResponse.Builder |
GetIntegrationTablePropertiesResponse.builder() |
|
GetIntegrationTablePropertiesResponse.Builder |
GetIntegrationTablePropertiesResponse.Builder.resourceArn(String resourceArn) |
The connection ARN of the source, or the database ARN of the target.
|
default GetIntegrationTablePropertiesResponse.Builder |
GetIntegrationTablePropertiesResponse.Builder.sourceTableConfig(Consumer<SourceTableConfig.Builder> sourceTableConfig) |
A structure for the source table configuration.
|
GetIntegrationTablePropertiesResponse.Builder |
GetIntegrationTablePropertiesResponse.Builder.sourceTableConfig(SourceTableConfig sourceTableConfig) |
A structure for the source table configuration.
|
GetIntegrationTablePropertiesResponse.Builder |
GetIntegrationTablePropertiesResponse.Builder.tableName(String tableName) |
The name of the table to be replicated.
|
default GetIntegrationTablePropertiesResponse.Builder |
GetIntegrationTablePropertiesResponse.Builder.targetTableConfig(Consumer<TargetTableConfig.Builder> targetTableConfig) |
A structure for the target table configuration.
|
GetIntegrationTablePropertiesResponse.Builder |
GetIntegrationTablePropertiesResponse.Builder.targetTableConfig(TargetTableConfig targetTableConfig) |
A structure for the target table configuration.
|
GetIntegrationTablePropertiesResponse.Builder |
GetIntegrationTablePropertiesResponse.toBuilder() |
|