Interface PhysicalConnectionRequirements.Builder

    • Method Detail

      • subnetId

        PhysicalConnectionRequirements.Builder subnetId​(String subnetId)

        The subnet ID used by the connection.

        Parameters:
        subnetId - The subnet ID used by the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIdList

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

        The security group ID list used by the connection.

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

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

        The security group ID list used by the connection.

        Parameters:
        securityGroupIdList - The security group ID list used by the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZone

        PhysicalConnectionRequirements.Builder availabilityZone​(String availabilityZone)

        The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.

        Parameters:
        availabilityZone - The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.
        Returns:
        Returns a reference to this object so that method calls can be chained together.