public static class ListManagementAgentPluginsRequest.Builder extends Object implements BmcRequest.Builder<ListManagementAgentPluginsRequest,Void>
Modifier and Type | Method and Description |
---|---|
ListManagementAgentPluginsRequest |
build()
Build the instance of ListManagementAgentPluginsRequest as configured by this builder
|
ListManagementAgentPluginsRequest |
buildWithoutInvocationCallback() |
ListManagementAgentPluginsRequest.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(Consumer<javax.ws.rs.client.Invocation.Builder> 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(List<PlatformTypes> platformType)
Filter to return only results having the particular platform type.
|
ListManagementAgentPluginsRequest.Builder |
platformType(PlatformTypes singularValue)
Singular setter.
|
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’.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListManagementAgentPluginsRequest.Builder platformType(List<PlatformTypes> platformType)
Filter to return only results having the particular platform type.
public ListManagementAgentPluginsRequest.Builder platformType(PlatformTypes singularValue)
Singular setter. Filter to return only results having the particular platform type.
public ListManagementAgentPluginsRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListManagementAgentPluginsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListManagementAgentPluginsRequest.Builder copy(ListManagementAgentPluginsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListManagementAgentPluginsRequest,Void>
o
- other request from which to copy valuespublic ListManagementAgentPluginsRequest build()
Build the instance of ListManagementAgentPluginsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListManagementAgentPluginsRequest,Void>
public ListManagementAgentPluginsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment to which a request will be scoped.
this
.public ListManagementAgentPluginsRequest.Builder displayName(String displayName)
Filter to return only Management Agent Plugins having the particular display name.
this
.public ListManagementAgentPluginsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this
.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.
this
.public ListManagementAgentPluginsRequest.Builder sortOrder(ListManagementAgentPluginsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
this
.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.
this
.public ListManagementAgentPluginsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this
.public ListManagementAgentPluginsRequest.Builder lifecycleState(LifecycleStates lifecycleState)
Filter to return only Management Agents in the particular lifecycle state.
this
.public ListManagementAgentPluginsRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.