Class CfnCloudFormationProduct.ConnectionParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalog.CfnCloudFormationProduct.ConnectionParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCloudFormationProduct.ConnectionParametersProperty>
- Enclosing interface:
CfnCloudFormationProduct.ConnectionParametersProperty
@Stability(Stable)
public static final class CfnCloudFormationProduct.ConnectionParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCloudFormationProduct.ConnectionParametersProperty>
A builder for
CfnCloudFormationProduct.ConnectionParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.codeStar(IResolvable codeStar) Sets the value ofCfnCloudFormationProduct.ConnectionParametersProperty.getCodeStar()Sets the value ofCfnCloudFormationProduct.ConnectionParametersProperty.getCodeStar()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
codeStar
@Stability(Stable) public CfnCloudFormationProduct.ConnectionParametersProperty.Builder codeStar(IResolvable codeStar) Sets the value ofCfnCloudFormationProduct.ConnectionParametersProperty.getCodeStar()- Parameters:
codeStar- ProvidesConnectionTypedetails.- Returns:
this
-
codeStar
@Stability(Stable) public CfnCloudFormationProduct.ConnectionParametersProperty.Builder codeStar(CfnCloudFormationProduct.CodeStarParametersProperty codeStar) Sets the value ofCfnCloudFormationProduct.ConnectionParametersProperty.getCodeStar()- Parameters:
codeStar- ProvidesConnectionTypedetails.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCloudFormationProduct.ConnectionParametersProperty>- Returns:
- a new instance of
CfnCloudFormationProduct.ConnectionParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-