Interface ElasticIp.Builder

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

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

    • ip

      The IP address.

      Parameters:
      ip - The IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name, which can be a maximum of 32 characters.

      Parameters:
      name - The name, which can be a maximum of 32 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      ElasticIp.Builder domain(String domain)

      The domain.

      Parameters:
      domain - The domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      ElasticIp.Builder region(String region)

      The Amazon Web Services Region. For more information, see Regions and Endpoints.

      Parameters:
      region - The Amazon Web Services Region. For more information, see Regions and Endpoints.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      ElasticIp.Builder instanceId(String instanceId)

      The ID of the instance that the address is attached to.

      Parameters:
      instanceId - The ID of the instance that the address is attached to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.