Class ListViewsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public ListViewsRequest.Builder compartmentId​(String compartmentId)
        The OCID of the compartment the resource belongs to.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListViewsRequest.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
      • displayName

        public ListViewsRequest.Builder displayName​(String displayName)
        The displayName of a resource.
        Parameters:
        displayName - the value to set
        Returns:
        this builder instance
      • page

        public ListViewsRequest.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
      • limit

        public ListViewsRequest.Builder limit​(Long limit)
        The maximum number of items to return in a page of the collection.
        Parameters:
        limit - the value to set
        Returns:
        this builder instance
      • sortOrder

        public ListViewsRequest.Builder sortOrder​(SortOrder sortOrder)
        The order to sort the resources.
        Parameters:
        sortOrder - the value to set
        Returns:
        this builder instance
      • scope

        public ListViewsRequest.Builder scope​(Scope scope)
        Specifies to operate only on resources that have a matching DNS scope.
        Parameters:
        scope - the value to set
        Returns:
        this builder instance
      • invocationCallback

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