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