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