Interface CreateIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateIntegrationRequest.Builder,
,CreateIntegrationRequest> GlueRequest.Builder
,SdkBuilder<CreateIntegrationRequest.Builder,
,CreateIntegrationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateIntegrationRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalEncryptionContext
(Map<String, String> additionalEncryptionContext) An optional set of non-secret key–value pairs that contains additional contextual information for encryption.dataFilter
(String dataFilter) Selects source tables for the integration using Maxwell filter syntax.description
(String description) A description of the integration.default CreateIntegrationRequest.Builder
integrationConfig
(Consumer<IntegrationConfig.Builder> integrationConfig) The configuration settings.integrationConfig
(IntegrationConfig integrationConfig) The configuration settings.integrationName
(String integrationName) A unique name for an integration in Glue.The ARN of a KMS key used for encrypting the channel.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of the source resource for the integration.tags
(Collection<Tag> tags) Metadata assigned to the resource consisting of a list of key-value pairs.tags
(Consumer<Tag.Builder>... tags) Metadata assigned to the resource consisting of a list of key-value pairs.Metadata assigned to the resource consisting of a list of key-value pairs.The ARN of the target resource for the integration.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 Details
-
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.
-
sourceArn
The ARN of the source resource for the integration.
- Parameters:
sourceArn
- The ARN of the source resource for the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetArn
The ARN of the target resource for the integration.
- Parameters:
targetArn
- The ARN of the target resource 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.
-
kmsKeyId
The ARN of a KMS key used for encrypting the channel.
- Parameters:
kmsKeyId
- The ARN of a KMS key used for encrypting the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalEncryptionContext
CreateIntegrationRequest.Builder additionalEncryptionContext(Map<String, String> additionalEncryptionContext) An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if
KMSKeyId
is provided.- Parameters:
additionalEncryptionContext
- An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided ifKMSKeyId
is provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Metadata assigned to the resource consisting of a list of key-value pairs.
- Parameters:
tags
- Metadata assigned to the resource consisting of a list of key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Metadata assigned to the resource consisting of a list of key-value pairs.
- Parameters:
tags
- Metadata assigned to the resource consisting of a list of key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Metadata assigned to the resource consisting of a list of key-value pairs.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationConfig
The configuration settings.
- Parameters:
integrationConfig
- The configuration settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationConfig
default CreateIntegrationRequest.Builder integrationConfig(Consumer<IntegrationConfig.Builder> integrationConfig) The configuration settings.
This is a convenience method that creates an instance of theIntegrationConfig.Builder
avoiding the need to create one manually viaIntegrationConfig.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
CreateIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-