Interface NetworkConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkConfiguration.Builder,,NetworkConfiguration> SdkBuilder<NetworkConfiguration.Builder,,NetworkConfiguration> SdkPojo
- Enclosing class:
NetworkConfiguration
@Mutable
@NotThreadSafe
public static interface NetworkConfiguration.Builder
extends SdkPojo, CopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) A list of VPC security group IDs to associate with the workflow execution environment.securityGroupIds(Collection<String> securityGroupIds) A list of VPC security group IDs to associate with the workflow execution environment.A list of VPC subnet IDs where the workflow execution environment is deployed.subnetIds(Collection<String> subnetIds) A list of VPC subnet IDs where the workflow execution environment is deployed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
securityGroupIds
A list of VPC security group IDs to associate with the workflow execution environment.
- Parameters:
securityGroupIds- A list of VPC security group IDs to associate with the workflow execution environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of VPC security group IDs to associate with the workflow execution environment.
- Parameters:
securityGroupIds- A list of VPC security group IDs to associate with the workflow execution environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of VPC subnet IDs where the workflow execution environment is deployed.
- Parameters:
subnetIds- A list of VPC subnet IDs where the workflow execution environment is deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of VPC subnet IDs where the workflow execution environment is deployed.
- Parameters:
subnetIds- A list of VPC subnet IDs where the workflow execution environment is deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-