Class ListLinksRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • parentTenancyId

        public ListLinksRequest.Builder parentTenancyId​(String parentTenancyId)
        The ID of the parent tenancy this link is associated with.
        Parameters:
        parentTenancyId - the value to set
        Returns:
        this builder instance
      • childTenancyId

        public ListLinksRequest.Builder childTenancyId​(String childTenancyId)
        The ID of the child tenancy this link is associated with.
        Parameters:
        childTenancyId - the value to set
        Returns:
        this builder instance
      • lifecycleState

        public ListLinksRequest.Builder lifecycleState​(LifecycleState lifecycleState)
        The lifecycle state of the resource.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListLinksRequest.Builder opcRequestId​(String opcRequestId)
        The client request ID for tracing.
        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • page

        public ListLinksRequest.Builder page​(String page)
        The page token representing the page at which to start retrieving results.

        This is usually retrieved from a previous list call.

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

        public ListLinksRequest.Builder limit​(Integer limit)
        The maximum number of items to return.
        Parameters:
        limit - the value to set
        Returns:
        this builder instance
      • sortOrder

        public ListLinksRequest.Builder sortOrder​(SortOrder sortOrder)
        The sort order to use, whether ‘asc’ or ‘desc’.
        Parameters:
        sortOrder - the value to set
        Returns:
        this builder instance
      • invocationCallback

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