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