Class ListManagedInstanceServersRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.wlms.requests.ListManagedInstanceServersRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListManagedInstanceServersRequest,Void>
 - Enclosing class:
- ListManagedInstanceServersRequest
 
 public static class ListManagedInstanceServersRequest.Builder extends Object implements BmcRequest.Builder<ListManagedInstanceServersRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListManagedInstanceServersRequestbuild()Build the instance of ListManagedInstanceServersRequest as configured by this builderListManagedInstanceServersRequestbuildWithoutInvocationCallback()Build the instance of ListManagedInstanceServersRequest as configured by this builderListManagedInstanceServersRequest.Buildercopy(ListManagedInstanceServersRequest o)Copy method to populate the builder with values from the given instance.ListManagedInstanceServersRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListManagedInstanceServersRequest.Builderlimit(Integer limit)The maximum number of items to return.ListManagedInstanceServersRequest.BuildermanagedInstanceId(String managedInstanceId)The OCID of the instance.ListManagedInstanceServersRequest.Buildername(String name)The name of the resource.ListManagedInstanceServersRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListManagedInstanceServersRequest.BuilderopcRetryToken(String opcRetryToken)A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.ListManagedInstanceServersRequest.Builderpage(String page)The page token that represents the page at which to start retrieving results.ListManagedInstanceServersRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListManagedInstanceServersRequest.BuildersortBy(ListManagedInstanceServersRequest.SortBy sortBy)The field by which to sort the resource.ListManagedInstanceServersRequest.BuildersortOrder(ListManagedInstanceServersRequest.SortOrder sortOrder)The sort order is either ‘ASC’ or ‘DESC’.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
managedInstanceIdpublic ListManagedInstanceServersRequest.Builder managedInstanceId(String managedInstanceId) The OCID of the instance.- Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder instance
 
 - 
namepublic ListManagedInstanceServersRequest.Builder name(String name) The name of the resource.- Parameters:
- name- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListManagedInstanceServersRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
opcRetryTokenpublic ListManagedInstanceServersRequest.Builder opcRetryToken(String opcRetryToken) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected. - Parameters:
- opcRetryToken- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListManagedInstanceServersRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListManagedInstanceServersRequest.Builder page(String page) The page token that represents 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
 
 - 
sortOrderpublic ListManagedInstanceServersRequest.Builder sortOrder(ListManagedInstanceServersRequest.SortOrder sortOrder) The sort order is either ‘ASC’ or ‘DESC’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListManagedInstanceServersRequest.Builder sortBy(ListManagedInstanceServersRequest.SortBy sortBy) The field by which to sort the resource.Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending. If no value is specified, timeCreated is default. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListManagedInstanceServersRequest.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
 
 - 
retryConfigurationpublic ListManagedInstanceServersRequest.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
 
 - 
copypublic ListManagedInstanceServersRequest.Builder copy(ListManagedInstanceServersRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListManagedInstanceServersRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListManagedInstanceServersRequest build() Build the instance of ListManagedInstanceServersRequest 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:
- buildin interface- BmcRequest.Builder<ListManagedInstanceServersRequest,Void>
- Returns:
- instance of ListManagedInstanceServersRequest
 
 - 
buildWithoutInvocationCallbackpublic ListManagedInstanceServersRequest buildWithoutInvocationCallback() Build the instance of ListManagedInstanceServersRequest 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 ListManagedInstanceServersRequest
 
 
- 
 
-