public static interface GetIpamAddressHistoryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetIpamAddressHistoryRequest.Builder,GetIpamAddressHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
GetIpamAddressHistoryRequest.Builder |
cidr(String cidr)
The CIDR you want the history of.
|
GetIpamAddressHistoryRequest.Builder |
endTime(Instant endTime)
The end of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest.Builder |
ipamScopeId(String ipamScopeId)
The ID of the IPAM scope that the CIDR is in.
|
GetIpamAddressHistoryRequest.Builder |
maxResults(Integer maxResults)
The maximum number of historical results you would like returned per page.
|
GetIpamAddressHistoryRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetIpamAddressHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIpamAddressHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIpamAddressHistoryRequest.Builder |
startTime(Instant startTime)
The start of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest.Builder |
vpcId(String vpcId)
The ID of the VPC you want your history records filtered by.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIpamAddressHistoryRequest.Builder cidr(String cidr)
The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.
cidr - The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16
IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within
the /16 CIDR.GetIpamAddressHistoryRequest.Builder ipamScopeId(String ipamScopeId)
The ID of the IPAM scope that the CIDR is in.
ipamScopeId - The ID of the IPAM scope that the CIDR is in.GetIpamAddressHistoryRequest.Builder vpcId(String vpcId)
The ID of the VPC you want your history records filtered by.
vpcId - The ID of the VPC you want your history records filtered by.GetIpamAddressHistoryRequest.Builder startTime(Instant startTime)
The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.
startTime - The start of the time period for which you are looking for history. If you omit this option, it will
default to the value of EndTime.GetIpamAddressHistoryRequest.Builder endTime(Instant endTime)
The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.
endTime - The end of the time period for which you are looking for history. If you omit this option, it will
default to the current time.GetIpamAddressHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of historical results you would like returned per page. Defaults to 100.
maxResults - The maximum number of historical results you would like returned per page. Defaults to 100.GetIpamAddressHistoryRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.GetIpamAddressHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetIpamAddressHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.