Interface StaticIpConnectionInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StaticIpConnectionInfo.Builder,StaticIpConnectionInfo>, SdkBuilder<StaticIpConnectionInfo.Builder,StaticIpConnectionInfo>, SdkPojo
Enclosing class:
StaticIpConnectionInfo

public static interface StaticIpConnectionInfo.Builder extends SdkPojo, CopyableBuilder<StaticIpConnectionInfo.Builder,StaticIpConnectionInfo>
  • Method Details

    • defaultGateway

      StaticIpConnectionInfo.Builder defaultGateway(String defaultGateway)

      The connection's default gateway.

      Parameters:
      defaultGateway - The connection's default gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dns

      The connection's DNS address.

      Parameters:
      dns - The connection's DNS address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dns

      The connection's DNS address.

      Parameters:
      dns - The connection's DNS address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddress

      StaticIpConnectionInfo.Builder ipAddress(String ipAddress)

      The connection's IP address.

      Parameters:
      ipAddress - The connection's IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mask

      The connection's DNS mask.

      Parameters:
      mask - The connection's DNS mask.
      Returns:
      Returns a reference to this object so that method calls can be chained together.