Package com.oracle.bmc.desktops.requests
Class ListDesktopPoolVolumesRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.desktops.requests.ListDesktopPoolVolumesRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListDesktopPoolVolumesRequest,Void>
 - Enclosing class:
- ListDesktopPoolVolumesRequest
 
 public static class ListDesktopPoolVolumesRequest.Builder extends Object implements BmcRequest.Builder<ListDesktopPoolVolumesRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDesktopPoolVolumesRequest.BuilderavailabilityDomain(String availabilityDomain)The name of the availability domain.ListDesktopPoolVolumesRequestbuild()Build the instance of ListDesktopPoolVolumesRequest as configured by this builderListDesktopPoolVolumesRequestbuildWithoutInvocationCallback()Build the instance of ListDesktopPoolVolumesRequest as configured by this builderListDesktopPoolVolumesRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment of the desktop pool.ListDesktopPoolVolumesRequest.Buildercopy(ListDesktopPoolVolumesRequest o)Copy method to populate the builder with values from the given instance.ListDesktopPoolVolumesRequest.BuilderdesktopPoolId(String desktopPoolId)The OCID of the desktop pool.ListDesktopPoolVolumesRequest.BuilderdisplayName(String displayName)A filter to return only results with the given displayName.ListDesktopPoolVolumesRequest.Builderid(String id)A filter to return only results with the given OCID.ListDesktopPoolVolumesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListDesktopPoolVolumesRequest.BuilderlifecycleState(String lifecycleState)A filter to return only results with the given lifecycleState.ListDesktopPoolVolumesRequest.Builderlimit(Integer limit)The maximum number of results to return.ListDesktopPoolVolumesRequest.BuilderopcRequestId(String opcRequestId)The unique identifier of the request.ListDesktopPoolVolumesRequest.Builderpage(String page)For list pagination.ListDesktopPoolVolumesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListDesktopPoolVolumesRequest.BuildersortBy(ListDesktopPoolVolumesRequest.SortBy sortBy)A field to sort by.ListDesktopPoolVolumesRequest.BuildersortOrder(ListDesktopPoolVolumesRequest.SortOrder sortOrder)A field to indicate the sort order.- 
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- 
desktopPoolIdpublic ListDesktopPoolVolumesRequest.Builder desktopPoolId(String desktopPoolId) The OCID of the desktop pool.- Parameters:
- desktopPoolId- the value to set
- Returns:
- this builder instance
 
 - 
compartmentIdpublic ListDesktopPoolVolumesRequest.Builder compartmentId(String compartmentId) The OCID of the compartment of the desktop pool.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
availabilityDomainpublic ListDesktopPoolVolumesRequest.Builder availabilityDomain(String availabilityDomain) The name of the availability domain.- Parameters:
- availabilityDomain- the value to set
- Returns:
- this builder instance
 
 - 
displayNamepublic ListDesktopPoolVolumesRequest.Builder displayName(String displayName) A filter to return only results with the given displayName.- Parameters:
- displayName- the value to set
- Returns:
- this builder instance
 
 - 
idpublic ListDesktopPoolVolumesRequest.Builder id(String id) A filter to return only results with the given OCID.- Parameters:
- id- the value to set
- Returns:
- this builder instance
 
 - 
lifecycleStatepublic ListDesktopPoolVolumesRequest.Builder lifecycleState(String lifecycleState) A filter to return only results with the given lifecycleState.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListDesktopPoolVolumesRequest.Builder limit(Integer limit) The maximum number of results to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListDesktopPoolVolumesRequest.Builder sortBy(ListDesktopPoolVolumesRequest.SortBy sortBy) A field to sort by.- Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListDesktopPoolVolumesRequest.Builder sortOrder(ListDesktopPoolVolumesRequest.SortOrder sortOrder) A field to indicate the sort order.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListDesktopPoolVolumesRequest.Builder opcRequestId(String opcRequestId) The unique identifier of the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListDesktopPoolVolumesRequest.Builder page(String page) For list pagination.- Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListDesktopPoolVolumesRequest.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 ListDesktopPoolVolumesRequest.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 ListDesktopPoolVolumesRequest.Builder copy(ListDesktopPoolVolumesRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListDesktopPoolVolumesRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListDesktopPoolVolumesRequest build() Build the instance of ListDesktopPoolVolumesRequest 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<ListDesktopPoolVolumesRequest,Void>
- Returns:
- instance of ListDesktopPoolVolumesRequest
 
 - 
buildWithoutInvocationCallbackpublic ListDesktopPoolVolumesRequest buildWithoutInvocationCallback() Build the instance of ListDesktopPoolVolumesRequest 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 ListDesktopPoolVolumesRequest
 
 
- 
 
-