Class ListStepsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.requests.ListStepsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListStepsRequest,Void>
- Enclosing class:
- ListStepsRequest
public static class ListStepsRequest.Builder extends Object implements BmcRequest.Builder<ListStepsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListStepsRequest
build()
Build the instance of ListStepsRequest as configured by this builderListStepsRequest
buildWithoutInvocationCallback()
Build the instance of ListStepsRequest as configured by this builderListStepsRequest.Builder
copy(ListStepsRequest o)
Copy method to populate the builder with values from the given instance.ListStepsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListStepsRequest.Builder
jobActivityId(String jobActivityId)
unique jobActivity identifierListStepsRequest.Builder
limit(Integer limit)
The maximum number of items to return.ListStepsRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.ListStepsRequest.Builder
page(String page)
A token representing the position at which to start retrieving results.ListStepsRequest.Builder
resourceTaskId(String resourceTaskId)
Task IdListStepsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListStepsRequest.Builder
schedulerJobId(String schedulerJobId)
unique SchedulerJob identifierListStepsRequest.Builder
sequence(String sequence)
Task Order SequenceListStepsRequest.Builder
sortBy(ListStepsRequest.SortBy sortBy)
The field to sort by.ListStepsRequest.Builder
sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.ListStepsRequest.Builder
stepName(String stepName)
Unique step nameListStepsRequest.Builder
targetName(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 ListStepsRequest.Builder schedulerJobId(String schedulerJobId)
unique SchedulerJob identifier- Parameters:
schedulerJobId
- the value to set- Returns:
- this builder instance
-
jobActivityId
public ListStepsRequest.Builder jobActivityId(String jobActivityId)
unique jobActivity identifier- Parameters:
jobActivityId
- the value to set- Returns:
- this builder instance
-
resourceTaskId
public ListStepsRequest.Builder resourceTaskId(String resourceTaskId)
Task Id- Parameters:
resourceTaskId
- the value to set- Returns:
- this builder instance
-
stepName
public ListStepsRequest.Builder stepName(String stepName)
Unique step name- Parameters:
stepName
- the value to set- Returns:
- this builder instance
-
targetName
public ListStepsRequest.Builder targetName(String targetName)
Unique target name- Parameters:
targetName
- the value to set- Returns:
- this builder instance
-
sequence
public ListStepsRequest.Builder sequence(String sequence)
Task Order Sequence- Parameters:
sequence
- the value to set- Returns:
- this builder instance
-
limit
public ListStepsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListStepsRequest.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 ListStepsRequest.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 ListStepsRequest.Builder sortBy(ListStepsRequest.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 ListStepsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListStepsRequest.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 ListStepsRequest.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 ListStepsRequest.Builder copy(ListStepsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListStepsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListStepsRequest build()
Build the instance of ListStepsRequest 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:
build
in interfaceBmcRequest.Builder<ListStepsRequest,Void>
- Returns:
- instance of ListStepsRequest
-
buildWithoutInvocationCallback
public ListStepsRequest buildWithoutInvocationCallback()
Build the instance of ListStepsRequest 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 ListStepsRequest
-
-