Class CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty>
- Enclosing interface:
CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty
@Stability(Stable)
public static final class CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectorArn(String connectorArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectorArn
@Stability(Stable) public CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty.Builder connectorArn(String connectorArn) Sets the value ofCfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty.getConnectorArn()- Parameters:
connectorArn- The ARN of the connector that establishes the integration.- Returns:
this
-
build
@Stability(Stable) public CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty>- Returns:
- a new instance of
CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-