Interface GetIpamAddressHistoryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetIpamAddressHistoryRequest.Builder,
,GetIpamAddressHistoryRequest> Ec2Request.Builder
,SdkBuilder<GetIpamAddressHistoryRequest.Builder,
,GetIpamAddressHistoryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetIpamAddressHistoryRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe CIDR you want the history of.A check for whether you have the required permissions for the action without actually making the request and provides an error response.The end of the time period for which you are looking for history.ipamScopeId
(String ipamScopeId) The ID of the IPAM scope that the CIDR is in.maxResults
(Integer maxResults) The maximum number of historical results you would like returned per page.The token for the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The start of the time period for which you are looking for history.The ID of the VPC you want your history records filtered by.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dryRun
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamScopeId
The ID of the IPAM scope that the CIDR is in.
- Parameters:
ipamScopeId
- The ID of the IPAM scope that the CIDR is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The ID of the VPC you want your history records filtered by.
- Parameters:
vpcId
- The ID of the VPC you want your history records filtered by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of historical results you would like returned per page. Defaults to 100.
- Parameters:
maxResults
- The maximum number of historical results you would like returned per page. Defaults to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next page of results.
- Parameters:
nextToken
- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIpamAddressHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetIpamAddressHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-