Class CfnWorkflow.NetworkConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mwaaserverless.CfnWorkflow.NetworkConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflow.NetworkConfigurationProperty>
- Enclosing interface:
CfnWorkflow.NetworkConfigurationProperty
@Stability(Stable)
public static final class CfnWorkflow.NetworkConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflow.NetworkConfigurationProperty>
A builder for
CfnWorkflow.NetworkConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnWorkflow.NetworkConfigurationProperty.getSecurityGroupIds()Sets the value ofCfnWorkflow.NetworkConfigurationProperty.getSubnetIds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
securityGroupIds
@Stability(Stable) public CfnWorkflow.NetworkConfigurationProperty.Builder securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnWorkflow.NetworkConfigurationProperty.getSecurityGroupIds()- Parameters:
securityGroupIds- the value to be set.- Returns:
this
-
subnetIds
@Stability(Stable) public CfnWorkflow.NetworkConfigurationProperty.Builder subnetIds(List<String> subnetIds) Sets the value ofCfnWorkflow.NetworkConfigurationProperty.getSubnetIds()- Parameters:
subnetIds- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflow.NetworkConfigurationProperty>- Returns:
- a new instance of
CfnWorkflow.NetworkConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-