Class ListManagementAgentPluginsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.managementagent.requests.ListManagementAgentPluginsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListManagementAgentPluginsRequest,Void>
- Enclosing class:
- ListManagementAgentPluginsRequest
public static class ListManagementAgentPluginsRequest.Builder extends Object implements BmcRequest.Builder<ListManagementAgentPluginsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListManagementAgentPluginsRequest.Builder
agentId(String agentId)
The ManagementAgentID of the agent from which the Management Agents to be filtered.ListManagementAgentPluginsRequest
build()
Build the instance of ListManagementAgentPluginsRequest as configured by this builderListManagementAgentPluginsRequest
buildWithoutInvocationCallback()
Build the instance of ListManagementAgentPluginsRequest as configured by this builderListManagementAgentPluginsRequest.Builder
compartmentId(String compartmentId)
The OCID of the compartment to which a request will be scoped.ListManagementAgentPluginsRequest.Builder
copy(ListManagementAgentPluginsRequest o)
Copy method to populate the builder with values from the given instance.ListManagementAgentPluginsRequest.Builder
displayName(String displayName)
Filter to return only Management Agent Plugins having the particular display name.ListManagementAgentPluginsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListManagementAgentPluginsRequest.Builder
lifecycleState(LifecycleStates lifecycleState)
Filter to return only Management Agents in the particular lifecycle state.ListManagementAgentPluginsRequest.Builder
limit(Integer limit)
The maximum number of items to return.ListManagementAgentPluginsRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.ListManagementAgentPluginsRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.ListManagementAgentPluginsRequest.Builder
platformType(PlatformTypes singularValue)
Singular setter.ListManagementAgentPluginsRequest.Builder
platformType(List<PlatformTypes> platformType)
Filter to return only results having the particular platform type.ListManagementAgentPluginsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListManagementAgentPluginsRequest.Builder
sortBy(ListManagementAgentPluginsRequest.SortBy sortBy)
The field to sort by.ListManagementAgentPluginsRequest.Builder
sortOrder(ListManagementAgentPluginsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.-
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 ListManagementAgentPluginsRequest.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
-
displayName
public ListManagementAgentPluginsRequest.Builder displayName(String displayName)
Filter to return only Management Agent Plugins having the particular display name.- Parameters:
displayName
- the value to set- Returns:
- this builder instance
-
limit
public ListManagementAgentPluginsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListManagementAgentPluginsRequest.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
-
sortOrder
public ListManagementAgentPluginsRequest.Builder sortOrder(ListManagementAgentPluginsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public ListManagementAgentPluginsRequest.Builder sortBy(ListManagementAgentPluginsRequest.SortBy sortBy)
The field to sort by.Default order for displayName is ascending. If no value is specified displayName is default.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListManagementAgentPluginsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
lifecycleState
public ListManagementAgentPluginsRequest.Builder lifecycleState(LifecycleStates lifecycleState)
Filter to return only Management Agents in the particular lifecycle state.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder instance
-
platformType
public ListManagementAgentPluginsRequest.Builder platformType(List<PlatformTypes> platformType)
Filter to return only results having the particular platform type.- Parameters:
platformType
- the value to set- Returns:
- this builder instance
-
platformType
public ListManagementAgentPluginsRequest.Builder platformType(PlatformTypes singularValue)
Singular setter.Filter to return only results having the particular platform type.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
agentId
public ListManagementAgentPluginsRequest.Builder agentId(String agentId)
The ManagementAgentID of the agent from which the Management Agents to be filtered.- Parameters:
agentId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListManagementAgentPluginsRequest.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 ListManagementAgentPluginsRequest.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 ListManagementAgentPluginsRequest.Builder copy(ListManagementAgentPluginsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListManagementAgentPluginsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListManagementAgentPluginsRequest build()
Build the instance of ListManagementAgentPluginsRequest 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<ListManagementAgentPluginsRequest,Void>
- Returns:
- instance of ListManagementAgentPluginsRequest
-
buildWithoutInvocationCallback
public ListManagementAgentPluginsRequest buildWithoutInvocationCallback()
Build the instance of ListManagementAgentPluginsRequest 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 ListManagementAgentPluginsRequest
-
-