Package com.oracle.bmc.jms.requests
Class ListJmsPluginsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.requests.ListJmsPluginsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListJmsPluginsRequest,Void>
- Enclosing class:
- ListJmsPluginsRequest
public static class ListJmsPluginsRequest.Builder extends Object implements BmcRequest.Builder<ListJmsPluginsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListJmsPluginsRequest.Builder
agentId(String agentId)
The ManagementAgent (OMA) or Instance (OCA) OCID that identifies the Agent.ListJmsPluginsRequest.Builder
agentType(AgentType agentType)
Filter JmsPlugin with agent type.ListJmsPluginsRequest.Builder
availabilityStatus(JmsPluginAvailabilityStatus availabilityStatus)
Filter JmsPlugin with its availability status.ListJmsPluginsRequest
build()
Build the instance of ListJmsPluginsRequest as configured by this builderListJmsPluginsRequest
buildWithoutInvocationCallback()
Build the instance of ListJmsPluginsRequest as configured by this builderListJmsPluginsRequest.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).-
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 ListJmsPluginsRequest.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 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.- Parameters:
compartmentIdInSubtree
- the value to set- Returns:
- this builder instance
-
id
public ListJmsPluginsRequest.Builder id(String id)
The OCID of the JmsPlugin.- Parameters:
id
- the value to set- Returns:
- this builder instance
-
fleetId
public ListJmsPluginsRequest.Builder fleetId(String fleetId)
The ID of the Fleet.- Parameters:
fleetId
- the value to set- Returns:
- this builder instance
-
agentId
public ListJmsPluginsRequest.Builder agentId(String agentId)
The ManagementAgent (OMA) or Instance (OCA) OCID that identifies the Agent.- Parameters:
agentId
- the value to set- Returns:
- this builder instance
-
lifecycleState
public ListJmsPluginsRequest.Builder lifecycleState(JmsPluginLifecycleState lifecycleState)
Filter JmsPlugin with its lifecycle state.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder instance
-
availabilityStatus
public ListJmsPluginsRequest.Builder availabilityStatus(JmsPluginAvailabilityStatus availabilityStatus)
Filter JmsPlugin with its availability status.- Parameters:
availabilityStatus
- the value to set- Returns:
- this builder instance
-
agentType
public ListJmsPluginsRequest.Builder agentType(AgentType agentType)
Filter JmsPlugin with agent type.- Parameters:
agentType
- the value to set- Returns:
- this builder instance
-
timeRegisteredLessThanOrEqualTo
public ListJmsPluginsRequest.Builder timeRegisteredLessThanOrEqualTo(Date timeRegisteredLessThanOrEqualTo)
If present, only plugins with a registration time before this parameter are searched (formatted according to RFC3339).- Parameters:
timeRegisteredLessThanOrEqualTo
- the value to set- Returns:
- this builder instance
-
timeLastSeenLessThanOrEqualTo
public ListJmsPluginsRequest.Builder timeLastSeenLessThanOrEqualTo(Date timeLastSeenLessThanOrEqualTo)
If present, only plugins with a last seen time before this parameter are searched (formatted according to RFC3339).- Parameters:
timeLastSeenLessThanOrEqualTo
- the value to set- Returns:
- this builder instance
-
limit
public ListJmsPluginsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public 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.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
sortOrder
public ListJmsPluginsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public 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.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
hostnameContains
public ListJmsPluginsRequest.Builder hostnameContains(String hostnameContains)
Filter the list with hostname contains the given value.- Parameters:
hostnameContains
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListJmsPluginsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListJmsPluginsRequest.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 ListJmsPluginsRequest.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 ListJmsPluginsRequest.Builder copy(ListJmsPluginsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListJmsPluginsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListJmsPluginsRequest build()
Build the instance of ListJmsPluginsRequest 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<ListJmsPluginsRequest,Void>
- Returns:
- instance of ListJmsPluginsRequest
-
buildWithoutInvocationCallback
public ListJmsPluginsRequest buildWithoutInvocationCallback()
Build the instance of ListJmsPluginsRequest 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 ListJmsPluginsRequest
-
-