Class CfnConnectorV2.AzureScopeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnConnectorV2.AzureScopeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorV2.AzureScopeConfigurationProperty>
- Enclosing interface:
CfnConnectorV2.AzureScopeConfigurationProperty
@Stability(Stable)
public static final class CfnConnectorV2.AzureScopeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorV2.AzureScopeConfigurationProperty>
A builder for
CfnConnectorV2.AzureScopeConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConnectorV2.AzureScopeConfigurationProperty.getScopeType()scopeValues(List<String> scopeValues) Sets the value ofCfnConnectorV2.AzureScopeConfigurationProperty.getScopeValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scopeType
@Stability(Stable) public CfnConnectorV2.AzureScopeConfigurationProperty.Builder scopeType(String scopeType) Sets the value ofCfnConnectorV2.AzureScopeConfigurationProperty.getScopeType()- Parameters:
scopeType- The scope type for the Azure connector. This parameter is required.- Returns:
this
-
scopeValues
@Stability(Stable) public CfnConnectorV2.AzureScopeConfigurationProperty.Builder scopeValues(List<String> scopeValues) Sets the value ofCfnConnectorV2.AzureScopeConfigurationProperty.getScopeValues()- 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<CfnConnectorV2.AzureScopeConfigurationProperty>- Returns:
- a new instance of
CfnConnectorV2.AzureScopeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-