Class ListExecutionsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.requests.ListExecutionsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListExecutionsRequest,Void>
- Enclosing class:
- ListExecutionsRequest
public static class ListExecutionsRequest.Builder extends Object implements BmcRequest.Builder<ListExecutionsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListExecutionsRequestbuild()Build the instance of ListExecutionsRequest as configured by this builderListExecutionsRequestbuildWithoutInvocationCallback()Build the instance of ListExecutionsRequest as configured by this builderListExecutionsRequest.Buildercopy(ListExecutionsRequest o)Copy method to populate the builder with values from the given instance.ListExecutionsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListExecutionsRequest.BuilderjobActivityId(String jobActivityId)unique jobActivity identifierListExecutionsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListExecutionsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListExecutionsRequest.Builderpage(String page)A token representing the position at which to start retrieving results.ListExecutionsRequest.BuilderresourceId(String resourceId)unique Resource identifierListExecutionsRequest.BuilderresourceTaskId(String resourceTaskId)Task IdListExecutionsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListExecutionsRequest.BuilderschedulerJobId(String schedulerJobId)unique SchedulerJob identifierListExecutionsRequest.Buildersequence(String sequence)Task Order SequenceListExecutionsRequest.BuildersortBy(ListExecutionsRequest.SortBy sortBy)The field to sort by.ListExecutionsRequest.BuildersortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.ListExecutionsRequest.BuilderstepName(String stepName)Unique step nameListExecutionsRequest.BuildertargetName(String targetName)Unique target name-
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
-
schedulerJobId
public ListExecutionsRequest.Builder schedulerJobId(String schedulerJobId)
unique SchedulerJob identifier- Parameters:
schedulerJobId- the value to set- Returns:
- this builder instance
-
jobActivityId
public ListExecutionsRequest.Builder jobActivityId(String jobActivityId)
unique jobActivity identifier- Parameters:
jobActivityId- the value to set- Returns:
- this builder instance
-
resourceId
public ListExecutionsRequest.Builder resourceId(String resourceId)
unique Resource identifier- Parameters:
resourceId- the value to set- Returns:
- this builder instance
-
resourceTaskId
public ListExecutionsRequest.Builder resourceTaskId(String resourceTaskId)
Task Id- Parameters:
resourceTaskId- the value to set- Returns:
- this builder instance
-
stepName
public ListExecutionsRequest.Builder stepName(String stepName)
Unique step name- Parameters:
stepName- the value to set- Returns:
- this builder instance
-
targetName
public ListExecutionsRequest.Builder targetName(String targetName)
Unique target name- Parameters:
targetName- the value to set- Returns:
- this builder instance
-
sequence
public ListExecutionsRequest.Builder sequence(String sequence)
Task Order Sequence- Parameters:
sequence- the value to set- Returns:
- this builder instance
-
limit
public ListExecutionsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListExecutionsRequest.Builder page(String page)
A token representing the position at which to start retrieving results.This must come from the opc-next-page header field of a previous response.
- Parameters:
page- the value to set- Returns:
- this builder instance
-
sortOrder
public ListExecutionsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
sortBy
public ListExecutionsRequest.Builder sortBy(ListExecutionsRequest.SortBy sortBy)
The field to sort by.Only one sort order may be provided. Default order for timeStarted is descending.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListExecutionsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListExecutionsRequest.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 ListExecutionsRequest.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 ListExecutionsRequest.Builder copy(ListExecutionsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListExecutionsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListExecutionsRequest build()
Build the instance of ListExecutionsRequest 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<ListExecutionsRequest,Void>- Returns:
- instance of ListExecutionsRequest
-
buildWithoutInvocationCallback
public ListExecutionsRequest buildWithoutInvocationCallback()
Build the instance of ListExecutionsRequest 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 ListExecutionsRequest
-
-