Interface GetIpamAddressHistoryRequest.Builder

  • 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 is UnauthorizedOperation.

      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 is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      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

      GetIpamAddressHistoryRequest.Builder ipamScopeId(String 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.