Interface PrivateIpAddressSpecification.Builder

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

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

    • primary

      Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

      Parameters:
      primary - Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateIpAddress

      PrivateIpAddressSpecification.Builder privateIpAddress(String privateIpAddress)

      The private IPv4 address.

      Parameters:
      privateIpAddress - The private IPv4 address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.