Interface GetIntegrationTablePropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIntegrationTablePropertiesRequest.Builder,GetIntegrationTablePropertiesRequest>,GlueRequest.Builder,SdkBuilder<GetIntegrationTablePropertiesRequest.Builder,GetIntegrationTablePropertiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIntegrationTablePropertiesRequest
public static interface GetIntegrationTablePropertiesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetIntegrationTablePropertiesRequest.Builder,GetIntegrationTablePropertiesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIntegrationTablePropertiesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationTablePropertiesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntegrationTablePropertiesRequest.BuilderresourceArn(String resourceArn)The connection ARN of the source, or the database ARN of the target.GetIntegrationTablePropertiesRequest.BuildertableName(String tableName)The name of the table to be replicated.-
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
GetIntegrationTablePropertiesRequest.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
GetIntegrationTablePropertiesRequest.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.
-
overrideConfiguration
GetIntegrationTablePropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIntegrationTablePropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-