Class CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty>
- Enclosing interface:
CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty
@Stability(Stable)
public static final class CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty>
A builder for
CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConnectorV2PropsMixin.AzureScopeConfigurationProperty.getScopeType()scopeValues(List<String> scopeValues)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scopeType
@Stability(Stable) public CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty.Builder scopeType(String scopeType) Sets the value ofCfnConnectorV2PropsMixin.AzureScopeConfigurationProperty.getScopeType()- Parameters:
scopeType- The scope type for the Azure connector.- Returns:
this
-
scopeValues
@Stability(Stable) public CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty.Builder scopeValues(List<String> scopeValues) - Parameters:
scopeValues- The list of scope values for the Azure connector.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty>- Returns:
- a new instance of
CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-