Interface DescribeElasticIpsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeElasticIpsRequest.Builder,DescribeElasticIpsRequest>, OpsWorksRequest.Builder, SdkBuilder<DescribeElasticIpsRequest.Builder,DescribeElasticIpsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeElasticIpsRequest

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

    • instanceId

      DescribeElasticIpsRequest.Builder instanceId(String instanceId)

      The instance ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses associated with the specified instance.

      Parameters:
      instanceId - The instance ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses associated with the specified instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackId

      A stack ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses that are registered with the specified stack.

      Parameters:
      stackId - A stack ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses that are registered with the specified stack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ips

      An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.

      Parameters:
      ips - An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ips

      An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.

      Parameters:
      ips - An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeElasticIpsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.