Class CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty>
- Enclosing interface:
CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty
@Stability(Stable)
public static final class CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
roleArn
@Stability(Stable) public CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty.Builder roleArn(String roleArn) - Parameters:
roleArn- The IAM role to access the Glue connection. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty>- Returns:
- a new instance of
CfnIntegrationResourceProperty.SourceProcessingPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-