Interface VpcConfiguration.Builder

    • Method Detail

      • vpcId

        VpcConfiguration.Builder vpcId​(String vpcId)

        The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        vpcId - The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VpcConfiguration.Builder subnetIds​(Collection<String> subnetIds)

        The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        subnetIds - The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        VpcConfiguration.Builder subnetIds​(String... subnetIds)

        The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        subnetIds - The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcConfiguration.Builder securityGroupIds​(Collection<String> securityGroupIds)

        The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        securityGroupIds - The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        VpcConfiguration.Builder securityGroupIds​(String... securityGroupIds)

        The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

        Parameters:
        securityGroupIds - The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tlsCertificate

        VpcConfiguration.Builder tlsCertificate​(String tlsCertificate)

        The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.

        Parameters:
        tlsCertificate - The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.