public static class ListJmsPluginsRequest.Builder extends Object implements BmcRequest.Builder<ListJmsPluginsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListJmsPluginsRequest.Builder |
agentId(String agentId)
The ManagementAgent (OMA) or Instance (OCA)
OCID that
identifies the Agent.
|
ListJmsPluginsRequest.Builder |
availabilityStatus(JmsPluginAvailabilityStatus availabilityStatus)
Filter JmsPlugin with its availability status.
|
ListJmsPluginsRequest |
build()
Build the instance of ListJmsPluginsRequest as configured by this builder
|
ListJmsPluginsRequest |
buildWithoutInvocationCallback()
Build the instance of ListJmsPluginsRequest as configured by this builder
|
ListJmsPluginsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment in which to list resources.
|
ListJmsPluginsRequest.Builder |
compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Flag to determine whether the info should be gathered only in the compartment or in the
compartment and its subcompartments.
|
ListJmsPluginsRequest.Builder |
copy(ListJmsPluginsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListJmsPluginsRequest.Builder |
fleetId(String fleetId)
The ID of the Fleet.
|
ListJmsPluginsRequest.Builder |
hostnameContains(String hostnameContains)
Filter the list with hostname contains the given value.
|
ListJmsPluginsRequest.Builder |
id(String id)
The OCID of the
JmsPlugin.
|
ListJmsPluginsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListJmsPluginsRequest.Builder |
lifecycleState(JmsPluginLifecycleState lifecycleState)
Filter JmsPlugin with its lifecycle state.
|
ListJmsPluginsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListJmsPluginsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListJmsPluginsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListJmsPluginsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListJmsPluginsRequest.Builder |
sortBy(JmsPluginSortBy sortBy)
The field to sort JmsPlugin.
|
ListJmsPluginsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
|
ListJmsPluginsRequest.Builder |
timeLastSeenLessThanOrEqualTo(Date timeLastSeenLessThanOrEqualTo)
If present, only plugins with a last seen time before this parameter are searched
(formatted according to RFC3339).
|
ListJmsPluginsRequest.Builder |
timeRegisteredLessThanOrEqualTo(Date timeRegisteredLessThanOrEqualTo)
If present, only plugins with a registration time before this parameter are searched
(formatted according to RFC3339).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListJmsPluginsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.
compartmentId
- the value to setpublic ListJmsPluginsRequest.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
compartmentIdInSubtree
- the value to setpublic ListJmsPluginsRequest.Builder id(String id)
The OCID of the JmsPlugin.
id
- the value to setpublic ListJmsPluginsRequest.Builder fleetId(String fleetId)
The ID of the Fleet.
fleetId
- the value to setpublic ListJmsPluginsRequest.Builder agentId(String agentId)
The ManagementAgent (OMA) or Instance (OCA) OCID that identifies the Agent.
agentId
- the value to setpublic ListJmsPluginsRequest.Builder lifecycleState(JmsPluginLifecycleState lifecycleState)
Filter JmsPlugin with its lifecycle state.
lifecycleState
- the value to setpublic ListJmsPluginsRequest.Builder availabilityStatus(JmsPluginAvailabilityStatus availabilityStatus)
Filter JmsPlugin with its availability status.
availabilityStatus
- the value to setpublic ListJmsPluginsRequest.Builder timeRegisteredLessThanOrEqualTo(Date timeRegisteredLessThanOrEqualTo)
If present, only plugins with a registration time before this parameter are searched (formatted according to RFC3339).
timeRegisteredLessThanOrEqualTo
- the value to setpublic ListJmsPluginsRequest.Builder timeLastSeenLessThanOrEqualTo(Date timeLastSeenLessThanOrEqualTo)
If present, only plugins with a last seen time before this parameter are searched (formatted according to RFC3339).
timeLastSeenLessThanOrEqualTo
- the value to setpublic ListJmsPluginsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListJmsPluginsRequest.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.
page
- the value to setpublic ListJmsPluginsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListJmsPluginsRequest.Builder sortBy(JmsPluginSortBy sortBy)
The field to sort JmsPlugin. Only one sort order may be provided. Default order is descending. If no value is specified timeLastSeen is default.
sortBy
- the value to setpublic ListJmsPluginsRequest.Builder hostnameContains(String hostnameContains)
Filter the list with hostname contains the given value.
hostnameContains
- the value to setpublic ListJmsPluginsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListJmsPluginsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListJmsPluginsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListJmsPluginsRequest.Builder copy(ListJmsPluginsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListJmsPluginsRequest,Void>
o
- other request from which to copy valuespublic ListJmsPluginsRequest build()
Build the instance of ListJmsPluginsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListJmsPluginsRequest,Void>
public ListJmsPluginsRequest buildWithoutInvocationCallback()
Build the instance of ListJmsPluginsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.