Interface VpcConfig.Builder

  • Method Details

    • vpcArn

      VpcConfig.Builder vpcArn(String vpcArn)

      The Amazon Resource Name (ARN) of the VPC.

      Parameters:
      vpcArn - The Amazon Resource Name (ARN) of the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupArns

      VpcConfig.Builder securityGroupArns(Collection<String> securityGroupArns)

      The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.

      Parameters:
      securityGroupArns - The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupArns

      VpcConfig.Builder securityGroupArns(String... securityGroupArns)

      The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.

      Parameters:
      securityGroupArns - The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetArns

      VpcConfig.Builder subnetArns(Collection<String> subnetArns)

      The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.

      Parameters:
      subnetArns - The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetArns

      VpcConfig.Builder subnetArns(String... subnetArns)

      The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.

      Parameters:
      subnetArns - The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.