Package com.oracle.bmc.jms.requests
Class ListAgentInstallersRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.requests.ListAgentInstallersRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListAgentInstallersRequest,Void>
- Enclosing class:
- ListAgentInstallersRequest
public static class ListAgentInstallersRequest.Builder extends Object implements BmcRequest.Builder<ListAgentInstallersRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAgentInstallersRequest
build()
Build the instance of ListAgentInstallersRequest as configured by this builderListAgentInstallersRequest
buildWithoutInvocationCallback()
Build the instance of ListAgentInstallersRequest as configured by this builderListAgentInstallersRequest.Builder
compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.ListAgentInstallersRequest.Builder
copy(ListAgentInstallersRequest o)
Copy method to populate the builder with values from the given instance.ListAgentInstallersRequest.Builder
fleetId(String fleetId)
The ID of the Fleet.ListAgentInstallersRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListAgentInstallersRequest.Builder
limit(Integer limit)
The maximum number of items to return.ListAgentInstallersRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.ListAgentInstallersRequest.Builder
osFamily(OsFamily osFamily)
The OS family for the agent installer.ListAgentInstallersRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.ListAgentInstallersRequest.Builder
platformArchitecture(PlatformArchitectureType platformArchitecture)
The platform architecture for the agent installer.ListAgentInstallersRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListAgentInstallersRequest.Builder
sortBy(AgentInstallerSortBy sortBy)
The field to sort the agent installer.ListAgentInstallersRequest.Builder
sortOrder(SortOrder sortOrder)
The sort order, 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 ListAgentInstallersRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.- Parameters:
compartmentId
- the value to set- Returns:
- this builder instance
-
fleetId
public ListAgentInstallersRequest.Builder fleetId(String fleetId)
The ID of the Fleet.- Parameters:
fleetId
- the value to set- Returns:
- this builder instance
-
platformArchitecture
public ListAgentInstallersRequest.Builder platformArchitecture(PlatformArchitectureType platformArchitecture)
The platform architecture for the agent installer.- Parameters:
platformArchitecture
- the value to set- Returns:
- this builder instance
-
osFamily
public ListAgentInstallersRequest.Builder osFamily(OsFamily osFamily)
The OS family for the agent installer.- Parameters:
osFamily
- the value to set- Returns:
- this builder instance
-
limit
public ListAgentInstallersRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListAgentInstallersRequest.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 ListAgentInstallersRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public ListAgentInstallersRequest.Builder sortBy(AgentInstallerSortBy sortBy)
The field to sort the agent installer.Only one sort order can be provided. Default order for agentInstallerId, osFamily, platformArchitecture is ascending. If no value is specified agentInstallerId is default.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListAgentInstallersRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListAgentInstallersRequest.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 ListAgentInstallersRequest.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 ListAgentInstallersRequest.Builder copy(ListAgentInstallersRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListAgentInstallersRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListAgentInstallersRequest build()
Build the instance of ListAgentInstallersRequest 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<ListAgentInstallersRequest,Void>
- Returns:
- instance of ListAgentInstallersRequest
-
buildWithoutInvocationCallback
public ListAgentInstallersRequest buildWithoutInvocationCallback()
Build the instance of ListAgentInstallersRequest 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 ListAgentInstallersRequest
-
-