Class CfnIntegrationResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnIntegrationResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationResourceProperty>
- Enclosing class:
CfnIntegrationResourceProperty
@Stability(Stable)
public static final class CfnIntegrationResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationResourceProperty>
A fluent builder for
CfnIntegrationResourceProperty.-
Method Summary
Modifier and TypeMethodDescriptionbuild()resourceArn(String resourceArn) The connection ARN of the source, or the database ARN of the target.sourceProcessingProperties(IResolvable sourceProcessingProperties) The resource properties associated with the integration source.sourceProcessingProperties(CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty sourceProcessingProperties) The resource properties associated with the integration source.An array of key-value pairs to apply to this resource.targetProcessingProperties(IResolvable targetProcessingProperties) The resource properties associated with the integration target.targetProcessingProperties(CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty targetProcessingProperties) The resource properties associated with the integration target.
-
Method Details
-
create
@Stability(Stable) public static CfnIntegrationResourceProperty.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnIntegrationResourceProperty.Builder.
-
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. This parameter is required.- Returns:
this- See Also:
-
sourceProcessingProperties
@Stability(Stable) public CfnIntegrationResourceProperty.Builder sourceProcessingProperties(IResolvable sourceProcessingProperties) The resource properties associated with the integration source.- Parameters:
sourceProcessingProperties- The resource properties associated with the integration source. This parameter is required.- Returns:
this- See Also:
-
sourceProcessingProperties
@Stability(Stable) public CfnIntegrationResourceProperty.Builder sourceProcessingProperties(CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty sourceProcessingProperties) The resource properties associated with the integration source.- Parameters:
sourceProcessingProperties- The resource properties associated with the integration source. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
targetProcessingProperties
@Stability(Stable) public CfnIntegrationResourceProperty.Builder targetProcessingProperties(IResolvable targetProcessingProperties) The resource properties associated with the integration target.- Parameters:
targetProcessingProperties- The resource properties associated with the integration target. This parameter is required.- Returns:
this- See Also:
-
targetProcessingProperties
@Stability(Stable) public CfnIntegrationResourceProperty.Builder targetProcessingProperties(CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty targetProcessingProperties) The resource properties associated with the integration target.- Parameters:
targetProcessingProperties- The resource properties associated with the integration target. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationResourceProperty>- Returns:
- a newly built instance of
CfnIntegrationResourceProperty.
-