Class ListServiceProviderActionsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.delegateaccesscontrol.requests.ListServiceProviderActionsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListServiceProviderActionsRequest,Void>
 - Enclosing class:
- ListServiceProviderActionsRequest
 
 public static class ListServiceProviderActionsRequest.Builder extends Object implements BmcRequest.Builder<ListServiceProviderActionsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListServiceProviderActionsRequestbuild()Build the instance of ListServiceProviderActionsRequest as configured by this builderListServiceProviderActionsRequestbuildWithoutInvocationCallback()Build the instance of ListServiceProviderActionsRequest as configured by this builderListServiceProviderActionsRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment.ListServiceProviderActionsRequest.Buildercopy(ListServiceProviderActionsRequest o)Copy method to populate the builder with values from the given instance.ListServiceProviderActionsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListServiceProviderActionsRequest.BuilderlifecycleState(ServiceProviderAction.LifecycleState lifecycleState)A filter to return only resources whose lifecycleState matches the given Service Provider Action lifecycleState.ListServiceProviderActionsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListServiceProviderActionsRequest.Buildername(String name)A filter to return only resources that match the entire name given.ListServiceProviderActionsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListServiceProviderActionsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListServiceProviderActionsRequest.BuilderresourceType(DelegationControlResourceType resourceType)A filter to return only resources that match the given resource type.ListServiceProviderActionsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListServiceProviderActionsRequest.BuilderserviceProviderServiceType(ServiceProviderServiceType singularValue)Singular setter.ListServiceProviderActionsRequest.BuilderserviceProviderServiceType(List<ServiceProviderServiceType> serviceProviderServiceType)A filter to return only resources that match the given Service Provider service type.ListServiceProviderActionsRequest.BuildersortBy(ListServiceProviderActionsRequest.SortBy sortBy)The field to sort by.ListServiceProviderActionsRequest.BuildersortOrder(SortOrders sortOrder)The sort order to use, either ‘asc’ or ‘desc’.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ListServiceProviderActionsRequest.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
namepublic ListServiceProviderActionsRequest.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
 
 - 
resourceTypepublic ListServiceProviderActionsRequest.Builder resourceType(DelegationControlResourceType resourceType) A filter to return only resources that match the given resource type.- Parameters:
- resourceType- the value to set
- Returns:
- this builder instance
 
 - 
serviceProviderServiceTypepublic ListServiceProviderActionsRequest.Builder serviceProviderServiceType(List<ServiceProviderServiceType> serviceProviderServiceType) A filter to return only resources that match the given Service Provider service type.- Parameters:
- serviceProviderServiceType- the value to set
- Returns:
- this builder instance
 
 - 
serviceProviderServiceTypepublic ListServiceProviderActionsRequest.Builder serviceProviderServiceType(ServiceProviderServiceType singularValue) Singular setter.A filter to return only resources that match the given Service Provider service type. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
lifecycleStatepublic ListServiceProviderActionsRequest.Builder lifecycleState(ServiceProviderAction.LifecycleState lifecycleState) A filter to return only resources whose lifecycleState matches the given Service Provider Action lifecycleState.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListServiceProviderActionsRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListServiceProviderActionsRequest.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
 
 - 
sortOrderpublic ListServiceProviderActionsRequest.Builder sortOrder(SortOrders sortOrder) The sort order to use, either ‘asc’ or ‘desc’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListServiceProviderActionsRequest.Builder sortBy(ListServiceProviderActionsRequest.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. If no value is specified, default is timeCreated. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListServiceProviderActionsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListServiceProviderActionsRequest.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
 
 - 
retryConfigurationpublic ListServiceProviderActionsRequest.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
 
 - 
copypublic ListServiceProviderActionsRequest.Builder copy(ListServiceProviderActionsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListServiceProviderActionsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListServiceProviderActionsRequest build() Build the instance of ListServiceProviderActionsRequest 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 interface- BmcRequest.Builder<ListServiceProviderActionsRequest,Void>
- Returns:
- instance of ListServiceProviderActionsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListServiceProviderActionsRequest buildWithoutInvocationCallback() Build the instance of ListServiceProviderActionsRequest 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 ListServiceProviderActionsRequest
 
 
- 
 
-