Package com.oracle.bmc.jms.requests
Class SummarizeFleetErrorsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.requests.SummarizeFleetErrorsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<SummarizeFleetErrorsRequest,Void>
- Enclosing class:
- SummarizeFleetErrorsRequest
public static class SummarizeFleetErrorsRequest.Builder extends Object implements BmcRequest.Builder<SummarizeFleetErrorsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SummarizeFleetErrorsRequest
build()
Build the instance of SummarizeFleetErrorsRequest as configured by this builderSummarizeFleetErrorsRequest
buildWithoutInvocationCallback()
Build the instance of SummarizeFleetErrorsRequest as configured by this builderSummarizeFleetErrorsRequest.Builder
compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.SummarizeFleetErrorsRequest.Builder
compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.SummarizeFleetErrorsRequest.Builder
copy(SummarizeFleetErrorsRequest o)
Copy method to populate the builder with values from the given instance.SummarizeFleetErrorsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.SummarizeFleetErrorsRequest.Builder
limit(Integer limit)
The maximum number of items to return.SummarizeFleetErrorsRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.SummarizeFleetErrorsRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.SummarizeFleetErrorsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.-
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 SummarizeFleetErrorsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.- Parameters:
compartmentId
- the value to set- Returns:
- this builder instance
-
compartmentIdInSubtree
public SummarizeFleetErrorsRequest.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.- Parameters:
compartmentIdInSubtree
- the value to set- Returns:
- this builder instance
-
limit
public SummarizeFleetErrorsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public SummarizeFleetErrorsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results.The token is usually retrieved from a previous list call.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
opcRequestId
public SummarizeFleetErrorsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public SummarizeFleetErrorsRequest.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 SummarizeFleetErrorsRequest.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 SummarizeFleetErrorsRequest.Builder copy(SummarizeFleetErrorsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<SummarizeFleetErrorsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public SummarizeFleetErrorsRequest build()
Build the instance of SummarizeFleetErrorsRequest 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<SummarizeFleetErrorsRequest,Void>
- Returns:
- instance of SummarizeFleetErrorsRequest
-
buildWithoutInvocationCallback
public SummarizeFleetErrorsRequest buildWithoutInvocationCallback()
Build the instance of SummarizeFleetErrorsRequest 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 SummarizeFleetErrorsRequest
-
-