Interface NetworkConfiguration.Builder

  • Method Details

    • securityGroupIds

      NetworkConfiguration.Builder securityGroupIds(Collection<String> 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

      NetworkConfiguration.Builder securityGroupIds(String... 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

      NetworkConfiguration.Builder subnetIds(String... 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.