Class CfnIntegrationResourcePropertyMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnIntegrationResourcePropertyMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationResourcePropertyMixinProps>
- Enclosing interface:
CfnIntegrationResourcePropertyMixinProps
@Stability(Stable)
public static final class CfnIntegrationResourcePropertyMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationResourcePropertyMixinProps>
A builder for
CfnIntegrationResourcePropertyMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceArn(String resourceArn) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getResourceArn()sourceProcessingProperties(CfnIntegrationResourcePropertyPropsMixin.SourceProcessingPropertiesProperty sourceProcessingProperties) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getSourceProcessingProperties()sourceProcessingProperties(IResolvable sourceProcessingProperties) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getSourceProcessingProperties()Sets the value ofCfnIntegrationResourcePropertyMixinProps.getTags()targetProcessingProperties(CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty targetProcessingProperties) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getTargetProcessingProperties()targetProcessingProperties(IResolvable targetProcessingProperties) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getTargetProcessingProperties()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceArn
@Stability(Stable) public CfnIntegrationResourcePropertyMixinProps.Builder resourceArn(String resourceArn) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getResourceArn()- Parameters:
resourceArn- The connection ARN of the source, or the database ARN of the target.- Returns:
this
-
sourceProcessingProperties
@Stability(Stable) public CfnIntegrationResourcePropertyMixinProps.Builder sourceProcessingProperties(IResolvable sourceProcessingProperties) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getSourceProcessingProperties()- Parameters:
sourceProcessingProperties- The resource properties associated with the integration source.- Returns:
this
-
sourceProcessingProperties
@Stability(Stable) public CfnIntegrationResourcePropertyMixinProps.Builder sourceProcessingProperties(CfnIntegrationResourcePropertyPropsMixin.SourceProcessingPropertiesProperty sourceProcessingProperties) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getSourceProcessingProperties()- Parameters:
sourceProcessingProperties- The resource properties associated with the integration source.- Returns:
this
-
tags
@Stability(Stable) public CfnIntegrationResourcePropertyMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource.- Returns:
this
-
targetProcessingProperties
@Stability(Stable) public CfnIntegrationResourcePropertyMixinProps.Builder targetProcessingProperties(IResolvable targetProcessingProperties) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getTargetProcessingProperties()- Parameters:
targetProcessingProperties- The structure used to define the resource properties associated with the integration target.- Returns:
this
-
targetProcessingProperties
@Stability(Stable) public CfnIntegrationResourcePropertyMixinProps.Builder targetProcessingProperties(CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty targetProcessingProperties) Sets the value ofCfnIntegrationResourcePropertyMixinProps.getTargetProcessingProperties()- Parameters:
targetProcessingProperties- The structure used to define the resource properties associated with the integration target.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationResourcePropertyMixinProps>- Returns:
- a new instance of
CfnIntegrationResourcePropertyMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-