Interface SvmEndpoint.Builder

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

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

    • dnsName

      SvmEndpoint.Builder dnsName(String dnsName)
      Sets the value of the DNSName property for this object.
      Parameters:
      dnsName - The new value for the DNSName property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddresses

      SvmEndpoint.Builder ipAddresses(Collection<String> ipAddresses)

      The SVM endpoint's IP addresses.

      Parameters:
      ipAddresses - The SVM endpoint's IP addresses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddresses

      SvmEndpoint.Builder ipAddresses(String... ipAddresses)

      The SVM endpoint's IP addresses.

      Parameters:
      ipAddresses - The SVM endpoint's IP addresses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.