public static interface GetIpamAddressHistoryResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetIpamAddressHistoryResponse.Builder,GetIpamAddressHistoryResponse>
Modifier and Type | Method and Description |
---|---|
GetIpamAddressHistoryResponse.Builder |
historyRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResponse.Builder |
historyRecords(Consumer<IpamAddressHistoryRecord.Builder>... historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResponse.Builder |
historyRecords(IpamAddressHistoryRecord... historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.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.
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.GetIpamAddressHistoryResponse.Builder historyRecords(Consumer<IpamAddressHistoryRecord.Builder>... 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 theIpamAddressHistoryRecord.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
.
historyRecords
- a consumer that will call methods on
IpamAddressHistoryRecord.Builder
#historyRecords(java.util.Collection)
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.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2023. All rights reserved.