Class CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty>
- Enclosing interface:
CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty
@Stability(Stable)
public static final class CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationResourcePropertyPropsMixin.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
-
connectionName
@Stability(Stable) public CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.Builder connectionName(String connectionName) Sets the value ofCfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.getConnectionName()- Parameters:
connectionName- The AWS Glue network connection to configure the AWS Glue job running in the customer VPC.- Returns:
this
-
eventBusArn
@Stability(Stable) public CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.Builder eventBusArn(String eventBusArn) Sets the value ofCfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.getEventBusArn()- Parameters:
eventBusArn- The ARN of an Eventbridge event bus to receive the integration status notification.- Returns:
this
-
kmsArn
@Stability(Stable) public CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.Builder kmsArn(String kmsArn) Sets the value ofCfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.getKmsArn()- Parameters:
kmsArn- The ARN of the KMS key used for encryption.- Returns:
this
-
roleArn
@Stability(Stable) public CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.Builder roleArn(String roleArn) Sets the value ofCfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty.getRoleArn()- Parameters:
roleArn- The IAM role to access the AWS Glue database.- Returns:
this
-
build
@Stability(Stable) public CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty>- Returns:
- a new instance of
CfnIntegrationResourcePropertyPropsMixin.TargetProcessingPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-