Class ListRateCardsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • subscriptionId

        public ListRateCardsRequest.Builder subscriptionId​(String subscriptionId)
        Line level Subscription Id
        Parameters:
        subscriptionId - the value to set
        Returns:
        this builder instance
      • compartmentId

        public ListRateCardsRequest.Builder compartmentId​(String compartmentId)
        The OCID of the root compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder instance
      • timeFrom

        public ListRateCardsRequest.Builder timeFrom​(Date timeFrom)
        This param is used to get the rate card(s) whose effective start date starts on or after a particular date
        Parameters:
        timeFrom - the value to set
        Returns:
        this builder instance
      • timeTo

        public ListRateCardsRequest.Builder timeTo​(Date timeTo)
        This param is used to get the rate card(s) whose effective end date ends on or before a particular date
        Parameters:
        timeTo - the value to set
        Returns:
        this builder instance
      • partNumber

        public ListRateCardsRequest.Builder partNumber​(String partNumber)
        This param is used to get the rate card(s) filterd by the partNumber
        Parameters:
        partNumber - the value to set
        Returns:
        this builder instance
      • limit

        public ListRateCardsRequest.Builder limit​(Integer limit)
        The maximum number of items to return in a paginated “List” call.

        Default: (50)

        Example: '500'

        Parameters:
        limit - the value to set
        Returns:
        this builder instance
      • page

        public ListRateCardsRequest.Builder page​(String page)
        The value of the ‘opc-next-page’ response header from the previous “List” call.
        Parameters:
        page - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListRateCardsRequest.Builder opcRequestId​(String opcRequestId)
        Unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public ListRateCardsRequest.Builder invocationCallback​(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
        Set the invocation callback for the request to be built.
        Parameters:
        invocationCallback - the invocation callback to be set for the request
        Returns:
        this builder instance
      • retryConfiguration

        public ListRateCardsRequest.Builder retryConfiguration​(RetryConfiguration retryConfiguration)
        Set the retry configuration for the request to be built.
        Parameters:
        retryConfiguration - the retry configuration to be used for the request
        Returns:
        this builder instance