Class CfnConnection.ConnectionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnConnection.ConnectionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnection.ConnectionConfigurationProperty>
- Enclosing interface:
CfnConnection.ConnectionConfigurationProperty
@Stability(Stable)
public static final class CfnConnection.ConnectionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnection.ConnectionConfigurationProperty>
A builder for
CfnConnection.ConnectionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.classification(String classification) Sets the value ofCfnConnection.ConnectionConfigurationProperty.getClassification()properties(Map<String, String> properties) Sets the value ofCfnConnection.ConnectionConfigurationProperty.getProperties()properties(IResolvable properties) Sets the value ofCfnConnection.ConnectionConfigurationProperty.getProperties()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
classification
@Stability(Stable) public CfnConnection.ConnectionConfigurationProperty.Builder classification(String classification) Sets the value ofCfnConnection.ConnectionConfigurationProperty.getClassification()- Parameters:
classification- The classification of the connection configuration.- Returns:
this
-
properties
@Stability(Stable) public CfnConnection.ConnectionConfigurationProperty.Builder properties(Map<String, String> properties) Sets the value ofCfnConnection.ConnectionConfigurationProperty.getProperties()- Parameters:
properties- Property Map.- Returns:
this
-
properties
@Stability(Stable) public CfnConnection.ConnectionConfigurationProperty.Builder properties(IResolvable properties) Sets the value ofCfnConnection.ConnectionConfigurationProperty.getProperties()- Parameters:
properties- Property Map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnection.ConnectionConfigurationProperty>- Returns:
- a new instance of
CfnConnection.ConnectionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-