Interface ModifyIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyIntegrationRequest.Builder,,ModifyIntegrationRequest> GlueRequest.Builder,SdkBuilder<ModifyIntegrationRequest.Builder,,ModifyIntegrationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ModifyIntegrationRequest
@Mutable
@NotThreadSafe
public static interface ModifyIntegrationRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ModifyIntegrationRequest.Builder,ModifyIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondataFilter(String dataFilter) Selects source tables for the integration using Maxwell filter syntax.description(String description) A description of the integration.default ModifyIntegrationRequest.BuilderintegrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig) Sets the value of the IntegrationConfig property for this object.integrationConfig(IntegrationConfig integrationConfig) Sets the value of the IntegrationConfig property for this object.integrationIdentifier(String integrationIdentifier) The Amazon Resource Name (ARN) for the integration.integrationName(String integrationName) A unique name for an integration in Glue.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
integrationIdentifier
The Amazon Resource Name (ARN) for the integration.
- Parameters:
integrationIdentifier- The Amazon Resource Name (ARN) for the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the integration.
- Parameters:
description- A description of the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataFilter
Selects source tables for the integration using Maxwell filter syntax.
- Parameters:
dataFilter- Selects source tables for the integration using Maxwell filter syntax.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationConfig
Sets the value of the IntegrationConfig property for this object.- Parameters:
integrationConfig- The new value for the IntegrationConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationConfig
default ModifyIntegrationRequest.Builder integrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig) Sets the value of the IntegrationConfig property for this object. This is a convenience method that creates an instance of theIntegrationConfig.Builderavoiding the need to create one manually viaIntegrationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegrationConfig(IntegrationConfig).- Parameters:
integrationConfig- a consumer that will call methods onIntegrationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationName
A unique name for an integration in Glue.
- Parameters:
integrationName- A unique name for an integration in Glue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ModifyIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-