Class CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty>
- Enclosing interface:
CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty
@Stability(Stable)
public static final class CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectionName(String connectionName) eventBusArn(String eventBusArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
roleArn
@Stability(Stable) public CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder roleArn(String roleArn) - Parameters:
roleArn- The IAM role to access the Glue database. This parameter is required.- Returns:
this
-
connectionName
@Stability(Stable) public CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder connectionName(String connectionName) Sets the value ofCfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.getConnectionName()- Parameters:
connectionName- The Glue network connection to configure the Glue job running in the customer VPC.- Returns:
this
-
eventBusArn
@Stability(Stable) public CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder eventBusArn(String eventBusArn) Sets the value ofCfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.getEventBusArn()- Parameters:
eventBusArn- The ARN of an Eventbridge event bus to receive the integration status notification.- Returns:
this
-
kmsArn
@Stability(Stable) public CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty.Builder kmsArn(String kmsArn) - Parameters:
kmsArn- The ARN of the KMS key used for encryption.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty>- Returns:
- a new instance of
CfnIntegrationResourceProperty.TargetProcessingPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-