Interface PhysicalConnectionRequirements.Builder

    • Method Detail

      • availabilityZone

        PhysicalConnectionRequirements.Builder availabilityZone​(String availabilityZone)

        The availability zone of the physical connection requirements of a connection.

        Parameters:
        availabilityZone - The availability zone of the physical connection requirements of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIdList

        PhysicalConnectionRequirements.Builder securityGroupIdList​(Collection<String> securityGroupIdList)

        The group ID list of the physical connection requirements of a connection.

        Parameters:
        securityGroupIdList - The group ID list of the physical connection requirements of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIdList

        PhysicalConnectionRequirements.Builder securityGroupIdList​(String... securityGroupIdList)

        The group ID list of the physical connection requirements of a connection.

        Parameters:
        securityGroupIdList - The group ID list of the physical connection requirements of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetId

        PhysicalConnectionRequirements.Builder subnetId​(String subnetId)

        The subnet ID of the physical connection requirements of a connection.

        Parameters:
        subnetId - The subnet ID of the physical connection requirements of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIdList

        PhysicalConnectionRequirements.Builder subnetIdList​(Collection<String> subnetIdList)

        The subnet ID list of the physical connection requirements of a connection.

        Parameters:
        subnetIdList - The subnet ID list of the physical connection requirements of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIdList

        PhysicalConnectionRequirements.Builder subnetIdList​(String... subnetIdList)

        The subnet ID list of the physical connection requirements of a connection.

        Parameters:
        subnetIdList - The subnet ID list of the physical connection requirements of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.