Interface GetIntegrationTablePropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIntegrationTablePropertiesRequest.Builder,GetIntegrationTablePropertiesRequest>,GlueRequest.Builder,SdkBuilder<GetIntegrationTablePropertiesRequest.Builder,GetIntegrationTablePropertiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIntegrationTablePropertiesRequest
@Mutable @NotThreadSafe 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 Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties.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 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
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
-
-