Class CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty>
- Enclosing interface:
CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty
@Stability(Stable)
public static final class CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsConfigConnectorArn(String awsConfigConnectorArn) azureRegions(List<String> azureRegions) build()Builds the configured instance.scopeConfiguration(CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty scopeConfiguration) scopeConfiguration(IResolvable scopeConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsConfigConnectorArn
@Stability(Stable) public CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.Builder awsConfigConnectorArn(String awsConfigConnectorArn) Sets the value ofCfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.getAwsConfigConnectorArn()- Parameters:
awsConfigConnectorArn- The ARN of the AWS Config connector used for the Azure integration.- Returns:
this
-
azureRegions
@Stability(Stable) public CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.Builder azureRegions(List<String> azureRegions) - Parameters:
azureRegions- The list of Azure regions to include in the connector scope.- Returns:
this
-
scopeConfiguration
@Stability(Stable) public CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.Builder scopeConfiguration(IResolvable scopeConfiguration) Sets the value ofCfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.getScopeConfiguration()- Parameters:
scopeConfiguration- The scope configuration for an Azure connector.- Returns:
this
-
scopeConfiguration
@Stability(Stable) public CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.Builder scopeConfiguration(CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty scopeConfiguration) Sets the value ofCfnConnectorV2PropsMixin.AzureProviderConfigurationProperty.getScopeConfiguration()- Parameters:
scopeConfiguration- The scope configuration for an Azure connector.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty>- Returns:
- a new instance of
CfnConnectorV2PropsMixin.AzureProviderConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-