Package com.oracle.bmc.devops.requests
Class ListRepositoriesRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.requests.ListRepositoriesRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListRepositoriesRequest,Void>
- Enclosing class:
- ListRepositoriesRequest
public static class ListRepositoriesRequest.Builder extends Object implements BmcRequest.Builder<ListRepositoriesRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListRepositoriesRequestbuild()Build the instance of ListRepositoriesRequest as configured by this builderListRepositoriesRequestbuildWithoutInvocationCallback()Build the instance of ListRepositoriesRequest as configured by this builderListRepositoriesRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment in which to list resources.ListRepositoriesRequest.Buildercopy(ListRepositoriesRequest o)Copy method to populate the builder with values from the given instance.ListRepositoriesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListRepositoriesRequest.BuilderlifecycleState(Repository.LifecycleState lifecycleState)A filter to return only resources whose lifecycle state matches the given lifecycle state.ListRepositoriesRequest.Builderlimit(Integer limit)The maximum number of items to return.ListRepositoriesRequest.Buildername(String name)A filter to return only resources that match the entire name given.ListRepositoriesRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListRepositoriesRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListRepositoriesRequest.BuilderprojectId(String projectId)unique project identifierListRepositoriesRequest.BuilderrepositoryId(String repositoryId)Unique repository identifier.ListRepositoriesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListRepositoriesRequest.BuildersortBy(ListRepositoriesRequest.SortBy sortBy)The field to sort by.ListRepositoriesRequest.BuildersortOrder(SortOrder sortOrder)The sort order to use.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
compartmentId
public ListRepositoriesRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
projectId
public ListRepositoriesRequest.Builder projectId(String projectId)
unique project identifier- Parameters:
projectId- the value to set- Returns:
- this builder instance
-
repositoryId
public ListRepositoriesRequest.Builder repositoryId(String repositoryId)
Unique repository identifier.- Parameters:
repositoryId- the value to set- Returns:
- this builder instance
-
lifecycleState
public ListRepositoriesRequest.Builder lifecycleState(Repository.LifecycleState lifecycleState)
A filter to return only resources whose lifecycle state matches the given lifecycle state.- Parameters:
lifecycleState- the value to set- Returns:
- this builder instance
-
name
public ListRepositoriesRequest.Builder name(String name)
A filter to return only resources that match the entire name given.- Parameters:
name- the value to set- Returns:
- this builder instance
-
limit
public ListRepositoriesRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListRepositoriesRequest.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
-
sortOrder
public ListRepositoriesRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use.Use either ascending or descending.
- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
sortBy
public ListRepositoriesRequest.Builder sortBy(ListRepositoriesRequest.SortBy sortBy)
The field to sort by.Only one sort order may be provided. Default order for time created is descending. Default order for name is ascending. If no value is specified time created is default.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListRepositoriesRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, provide the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListRepositoriesRequest.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 ListRepositoriesRequest.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
-
copy
public ListRepositoriesRequest.Builder copy(ListRepositoriesRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListRepositoriesRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListRepositoriesRequest build()
Build the instance of ListRepositoriesRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance.
- Specified by:
buildin interfaceBmcRequest.Builder<ListRepositoriesRequest,Void>- Returns:
- instance of ListRepositoriesRequest
-
buildWithoutInvocationCallback
public ListRepositoriesRequest buildWithoutInvocationCallback()
Build the instance of ListRepositoriesRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ListRepositoriesRequest
-
-