Interface GetIpamAddressHistoryResponse.Builder

    • Method Detail

      • historyRecords

        GetIpamAddressHistoryResponse.Builder historyRecords​(Collection<IpamAddressHistoryRecord> 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

        GetIpamAddressHistoryResponse.Builder historyRecords​(IpamAddressHistoryRecord... 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.
      • nextToken

        GetIpamAddressHistoryResponse.Builder nextToken​(String 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.