Interface GetIpamAddressHistoryRequest.Builder

    • Method Detail

      • dryRun

        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. 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

        GetIpamAddressHistoryRequest.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.

        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

        GetIpamAddressHistoryRequest.Builder vpcId​(String 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

        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.

        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

        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.

        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

        GetIpamAddressHistoryRequest.Builder maxResults​(Integer 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

        GetIpamAddressHistoryRequest.Builder nextToken​(String 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.