Interface VpcConfig.Builder

  • Method Details

    • vpcArn

      VpcConfig.Builder vpcArn(String vpcArn)

      ARN or ID of the customer VPC

      Parameters:
      vpcArn - ARN or ID of the customer VPC
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupArns

      VpcConfig.Builder securityGroupArns(Collection<String> securityGroupArns)

      List of security group ARNs or IDs in the customer VPC

      Parameters:
      securityGroupArns - List of security group ARNs or IDs in the customer VPC
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupArns

      VpcConfig.Builder securityGroupArns(String... securityGroupArns)

      List of security group ARNs or IDs in the customer VPC

      Parameters:
      securityGroupArns - List of security group ARNs or IDs in the customer VPC
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetArns

      VpcConfig.Builder subnetArns(Collection<String> subnetArns)

      List of subnet ARNs or IDs in the customer VPC

      Parameters:
      subnetArns - List of subnet ARNs or IDs in the customer VPC
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetArns

      VpcConfig.Builder subnetArns(String... subnetArns)

      List of subnet ARNs or IDs in the customer VPC

      Parameters:
      subnetArns - List of subnet ARNs or IDs in the customer VPC
      Returns:
      Returns a reference to this object so that method calls can be chained together.