static GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.builder() |
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.cidr(String cidr) |
The CIDR you want the history of.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.dryRun(Boolean dryRun) |
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.endTime(Instant endTime) |
The end of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.ipamScopeId(String ipamScopeId) |
The ID of the IPAM scope that the CIDR is in.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.maxResults(Integer maxResults) |
The maximum number of historical results you would like returned per page.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.nextToken(String nextToken) |
The token for the next page of results.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.startTime(Instant startTime) |
The start of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.toBuilder() |
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.vpcId(String vpcId) |
The ID of the VPC you want your history records filtered by.
|