Class GetProjectRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • workspaceId

        public GetProjectRequest.Builder workspaceId​(String workspaceId)
        The workspace ID.
        Parameters:
        workspaceId - the value to set
        Returns:
        this builder instance
      • projectKey

        public GetProjectRequest.Builder projectKey​(String projectKey)
        The project key.
        Parameters:
        projectKey - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public GetProjectRequest.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
      • projection

        public GetProjectRequest.Builder projection​(List<GetProjectRequest.Projection> projection)
        This parameter allows users to specify which view of the object to return.

        CHILD_COUNT_STATISTICS - This option is used to get statistics on immediate children of the object by their type.

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

        public GetProjectRequest.Builder projection​(GetProjectRequest.Projection singularValue)
        Singular setter.

        This parameter allows users to specify which view of the object to return. CHILD_COUNT_STATISTICS - This option is used to get statistics on immediate children of the object by their type.

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

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