Class CfnLinkPropsMixin.ModuleConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnLinkPropsMixin.ModuleConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLinkPropsMixin.ModuleConfigurationProperty>
- Enclosing interface:
CfnLinkPropsMixin.ModuleConfigurationProperty
@Stability(Stable)
public static final class CfnLinkPropsMixin.ModuleConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLinkPropsMixin.ModuleConfigurationProperty>
A builder for
CfnLinkPropsMixin.ModuleConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getDependsOn()moduleParameters(CfnLinkPropsMixin.ModuleParametersProperty moduleParameters) Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getModuleParameters()moduleParameters(IResolvable moduleParameters) Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getModuleParameters()Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getName()Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dependsOn
@Stability(Stable) public CfnLinkPropsMixin.ModuleConfigurationProperty.Builder dependsOn(List<String> dependsOn) Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getDependsOn()- Parameters:
dependsOn- The dependencies of the module.- Returns:
this
-
moduleParameters
@Stability(Stable) public CfnLinkPropsMixin.ModuleConfigurationProperty.Builder moduleParameters(IResolvable moduleParameters) Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getModuleParameters()- Parameters:
moduleParameters- Describes the parameters of a module.- Returns:
this
-
moduleParameters
@Stability(Stable) public CfnLinkPropsMixin.ModuleConfigurationProperty.Builder moduleParameters(CfnLinkPropsMixin.ModuleParametersProperty moduleParameters) Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getModuleParameters()- Parameters:
moduleParameters- Describes the parameters of a module.- Returns:
this
-
name
Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getName()- Parameters:
name- The name of the module.- Returns:
this
-
version
@Stability(Stable) public CfnLinkPropsMixin.ModuleConfigurationProperty.Builder version(String version) Sets the value ofCfnLinkPropsMixin.ModuleConfigurationProperty.getVersion()- Parameters:
version- The version of the module.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLinkPropsMixin.ModuleConfigurationProperty>- Returns:
- a new instance of
CfnLinkPropsMixin.ModuleConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-