Class ListPbfListingsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • pbfListingId

        public ListPbfListingsRequest.Builder pbfListingId​(String pbfListingId)
        unique PbfListing identifier
        Parameters:
        pbfListingId - the value to set
        Returns:
        this builder instance
      • name

        public ListPbfListingsRequest.Builder name​(String name)
        A filter to return only resources that match the entire PBF name given.
        Parameters:
        name - the value to set
        Returns:
        this builder instance
      • nameContains

        public ListPbfListingsRequest.Builder nameContains​(String nameContains)
        A filter to return only resources that contain the supplied filter text in the PBF name given.
        Parameters:
        nameContains - the value to set
        Returns:
        this builder instance
      • nameStartsWith

        public ListPbfListingsRequest.Builder nameStartsWith​(String nameStartsWith)
        A filter to return only resources that start with the supplied filter text in the PBF name given.
        Parameters:
        nameStartsWith - the value to set
        Returns:
        this builder instance
      • trigger

        public ListPbfListingsRequest.Builder trigger​(List<String> trigger)
        A filter to return only resources that match the service trigger sources of a PBF.
        Parameters:
        trigger - the value to set
        Returns:
        this builder instance
      • trigger

        public ListPbfListingsRequest.Builder trigger​(String singularValue)
        Singular setter.

        A filter to return only resources that match the service trigger sources of a PBF.

        Parameters:
        singularValue - the singular value to set
        Returns:
        this builder instance
      • lifecycleState

        public ListPbfListingsRequest.Builder lifecycleState​(PbfListing.LifecycleState lifecycleState)
        A filter to return only resources their lifecycleState matches the given lifecycleState.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder instance
      • limit

        public ListPbfListingsRequest.Builder limit​(Integer limit)
        The maximum number of items to return.

        1 is the minimum, 50 is the maximum.

        Default: 10

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

        public ListPbfListingsRequest.Builder page​(String page)
        The pagination token for a list query returned by a previous operation
        Parameters:
        page - the value to set
        Returns:
        this builder instance
      • sortBy

        public ListPbfListingsRequest.Builder sortBy​(ListPbfListingsRequest.SortBy sortBy)
        The field to sort by.

        Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending.

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

        public ListPbfListingsRequest.Builder opcRequestId​(String opcRequestId)
        The 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 ListPbfListingsRequest.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 ListPbfListingsRequest.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