Class FindRunbookExportDependencyRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.requests.FindRunbookExportDependencyRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<FindRunbookExportDependencyRequest,FindRunbookExportDependencyDetails>
- Enclosing class:
- FindRunbookExportDependencyRequest
public static class FindRunbookExportDependencyRequest.Builder extends Object implements BmcRequest.Builder<FindRunbookExportDependencyRequest,FindRunbookExportDependencyDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FindRunbookExportDependencyRequest.Builderbody$(FindRunbookExportDependencyDetails body)Alternative setter for the body parameter.FindRunbookExportDependencyRequestbuild()Build the instance of FindRunbookExportDependencyRequest as configured by this builderFindRunbookExportDependencyRequestbuildWithoutInvocationCallback()Build the instance of FindRunbookExportDependencyRequest as configured by this builderFindRunbookExportDependencyRequest.Buildercopy(FindRunbookExportDependencyRequest o)Copy method to populate the builder with values from the given instance.FindRunbookExportDependencyRequest.BuilderfindRunbookExportDependencyDetails(FindRunbookExportDependencyDetails findRunbookExportDependencyDetails)Details for finding runbook export dependencies.FindRunbookExportDependencyRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.FindRunbookExportDependencyRequest.Builderlimit(Integer limit)The maximum number of items to return.FindRunbookExportDependencyRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.FindRunbookExportDependencyRequest.Builderpage(String page)A token representing the position at which to start retrieving results.FindRunbookExportDependencyRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
-
-
-
Method Detail
-
findRunbookExportDependencyDetails
public FindRunbookExportDependencyRequest.Builder findRunbookExportDependencyDetails(FindRunbookExportDependencyDetails findRunbookExportDependencyDetails)
Details for finding runbook export dependencies.- Parameters:
findRunbookExportDependencyDetails- the value to set- Returns:
- this builder instance
-
limit
public FindRunbookExportDependencyRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public FindRunbookExportDependencyRequest.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
-
opcRequestId
public FindRunbookExportDependencyRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public FindRunbookExportDependencyRequest.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 FindRunbookExportDependencyRequest.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 FindRunbookExportDependencyRequest.Builder copy(FindRunbookExportDependencyRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<FindRunbookExportDependencyRequest,FindRunbookExportDependencyDetails>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public FindRunbookExportDependencyRequest build()
Build the instance of FindRunbookExportDependencyRequest 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<FindRunbookExportDependencyRequest,FindRunbookExportDependencyDetails>- Returns:
- instance of FindRunbookExportDependencyRequest
-
body$
public FindRunbookExportDependencyRequest.Builder body$(FindRunbookExportDependencyDetails body)
Alternative setter for the body parameter.- Specified by:
body$in interfaceBmcRequest.Builder<FindRunbookExportDependencyRequest,FindRunbookExportDependencyDetails>- Parameters:
body- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public FindRunbookExportDependencyRequest buildWithoutInvocationCallback()
Build the instance of FindRunbookExportDependencyRequest 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 FindRunbookExportDependencyRequest
-
-