Class CfnConfigurationPropsMixin.RunConfigurationsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnConfigurationPropsMixin.RunConfigurationsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationPropsMixin.RunConfigurationsProperty>
- Enclosing interface:
CfnConfigurationPropsMixin.RunConfigurationsProperty
@Stability(Stable)
public static final class CfnConfigurationPropsMixin.RunConfigurationsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationPropsMixin.RunConfigurationsProperty>
A builder for
CfnConfigurationPropsMixin.RunConfigurationsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConfigurationPropsMixin.RunConfigurationsProperty.getVpcConfig()vpcConfig(IResolvable vpcConfig) Sets the value ofCfnConfigurationPropsMixin.RunConfigurationsProperty.getVpcConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcConfig
@Stability(Stable) public CfnConfigurationPropsMixin.RunConfigurationsProperty.Builder vpcConfig(IResolvable vpcConfig) Sets the value ofCfnConfigurationPropsMixin.RunConfigurationsProperty.getVpcConfig()- Parameters:
vpcConfig- the value to be set.- Returns:
this
-
vpcConfig
@Stability(Stable) public CfnConfigurationPropsMixin.RunConfigurationsProperty.Builder vpcConfig(CfnConfigurationPropsMixin.VpcConfigProperty vpcConfig) Sets the value ofCfnConfigurationPropsMixin.RunConfigurationsProperty.getVpcConfig()- Parameters:
vpcConfig- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationPropsMixin.RunConfigurationsProperty>- Returns:
- a new instance of
CfnConfigurationPropsMixin.RunConfigurationsProperty - Throws:
NullPointerException- if any required attribute was not provided
-