Interface VPCConfig.Builder

    • Method Detail

      • subnets

        VPCConfig.Builder subnets​(Collection<String> subnets)

        A list of one or more subnet IDs in your VPC.

        Parameters:
        subnets - A list of one or more subnet IDs in your VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

        VPCConfig.Builder subnets​(String... subnets)

        A list of one or more subnet IDs in your VPC.

        Parameters:
        subnets - A list of one or more subnet IDs in your VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        VPCConfig.Builder securityGroups​(Collection<String> securityGroups)

        A list of one or more security groups IDs in your VPC.

        Parameters:
        securityGroups - A list of one or more security groups IDs in your VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        VPCConfig.Builder securityGroups​(String... securityGroups)

        A list of one or more security groups IDs in your VPC.

        Parameters:
        securityGroups - A list of one or more security groups IDs in your VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assignPublicIp

        VPCConfig.Builder assignPublicIp​(Boolean assignPublicIp)

        A boolean indicating whether to assign a public IP address.

        Parameters:
        assignPublicIp - A boolean indicating whether to assign a public IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.