Class CfnConnectorPropsMixin.ProviderProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnConnectorPropsMixin.ProviderProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorPropsMixin.ProviderProperty>
- Enclosing interface:
CfnConnectorPropsMixin.ProviderProperty
@Stability(Stable)
public static final class CfnConnectorPropsMixin.ProviderProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorPropsMixin.ProviderProperty>
A builder for
CfnConnectorPropsMixin.ProviderProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnConnectorPropsMixin.ProviderProperty.getAzure()azure(IResolvable azure) Sets the value ofCfnConnectorPropsMixin.ProviderProperty.getAzure()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
azure
Sets the value ofCfnConnectorPropsMixin.ProviderProperty.getAzure()- Parameters:
azure- The configuration for connecting to an Azure environment.- Returns:
this
-
azure
@Stability(Stable) public CfnConnectorPropsMixin.ProviderProperty.Builder azure(CfnConnectorPropsMixin.AzureProviderConfigurationProperty azure) Sets the value ofCfnConnectorPropsMixin.ProviderProperty.getAzure()- Parameters:
azure- The configuration for connecting to an Azure environment.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorPropsMixin.ProviderProperty>- Returns:
- a new instance of
CfnConnectorPropsMixin.ProviderProperty - Throws:
NullPointerException- if any required attribute was not provided
-