Interface GetIpamAddressHistoryResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetIpamAddressHistoryResponse.Builder,GetIpamAddressHistoryResponse>, Ec2Response.Builder, SdkBuilder<GetIpamAddressHistoryResponse.Builder,GetIpamAddressHistoryResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetIpamAddressHistoryResponse

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

    • historyRecords

      A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.

      Parameters:
      historyRecords - A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • historyRecords

      A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.

      Parameters:
      historyRecords - A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • historyRecords

      A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.

      This is a convenience method that creates an instance of the IpamAddressHistoryRecord.Builder avoiding the need to create one manually via IpamAddressHistoryRecord.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to historyRecords(List<IpamAddressHistoryRecord>).

      Parameters:
      historyRecords - a consumer that will call methods on IpamAddressHistoryRecord.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.