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