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