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