Class SummarizeManagementAgentPluginCountsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.managementagent.requests.SummarizeManagementAgentPluginCountsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<SummarizeManagementAgentPluginCountsRequest,Void>
- Enclosing class:
- SummarizeManagementAgentPluginCountsRequest
public static class SummarizeManagementAgentPluginCountsRequest.Builder extends Object implements BmcRequest.Builder<SummarizeManagementAgentPluginCountsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SummarizeManagementAgentPluginCountsRequestbuild()Build the instance of SummarizeManagementAgentPluginCountsRequest as configured by this builderSummarizeManagementAgentPluginCountsRequestbuildWithoutInvocationCallback()Build the instance of SummarizeManagementAgentPluginCountsRequest as configured by this builderSummarizeManagementAgentPluginCountsRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment to which a request will be scoped.SummarizeManagementAgentPluginCountsRequest.BuildercompartmentIdInSubtree(Boolean compartmentIdInSubtree)if set to true then it fetches resources for all compartments where user has access to else only on the compartment specified.SummarizeManagementAgentPluginCountsRequest.Buildercopy(SummarizeManagementAgentPluginCountsRequest o)Copy method to populate the builder with values from the given instance.SummarizeManagementAgentPluginCountsRequest.BuildergroupBy(ManagementAgentPluginGroupBy groupBy)The field by which to group Management Agent PluginsSummarizeManagementAgentPluginCountsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.SummarizeManagementAgentPluginCountsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.SummarizeManagementAgentPluginCountsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.SummarizeManagementAgentPluginCountsRequest.BuilderretryConfiguration(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 SummarizeManagementAgentPluginCountsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment to which a request will be scoped.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
groupBy
public SummarizeManagementAgentPluginCountsRequest.Builder groupBy(ManagementAgentPluginGroupBy groupBy)
The field by which to group Management Agent Plugins- Parameters:
groupBy- the value to set- Returns:
- this builder instance
-
compartmentIdInSubtree
public SummarizeManagementAgentPluginCountsRequest.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree)
if set to true then it fetches resources for all compartments where user has access to else only on the compartment specified.- Parameters:
compartmentIdInSubtree- the value to set- Returns:
- this builder instance
-
page
public SummarizeManagementAgentPluginCountsRequest.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
-
opcRequestId
public SummarizeManagementAgentPluginCountsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public SummarizeManagementAgentPluginCountsRequest.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 SummarizeManagementAgentPluginCountsRequest.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 SummarizeManagementAgentPluginCountsRequest.Builder copy(SummarizeManagementAgentPluginCountsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<SummarizeManagementAgentPluginCountsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public SummarizeManagementAgentPluginCountsRequest build()
Build the instance of SummarizeManagementAgentPluginCountsRequest 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<SummarizeManagementAgentPluginCountsRequest,Void>- Returns:
- instance of SummarizeManagementAgentPluginCountsRequest
-
buildWithoutInvocationCallback
public SummarizeManagementAgentPluginCountsRequest buildWithoutInvocationCallback()
Build the instance of SummarizeManagementAgentPluginCountsRequest 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 SummarizeManagementAgentPluginCountsRequest
-
-