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