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