Class ListFsuCollectionTargetsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.requests.ListFsuCollectionTargetsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListFsuCollectionTargetsRequest,Void>
 - Enclosing class:
- ListFsuCollectionTargetsRequest
 
 public static class ListFsuCollectionTargetsRequest.Builder extends Object implements BmcRequest.Builder<ListFsuCollectionTargetsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFsuCollectionTargetsRequestbuild()Build the instance of ListFsuCollectionTargetsRequest as configured by this builderListFsuCollectionTargetsRequestbuildWithoutInvocationCallback()Build the instance of ListFsuCollectionTargetsRequest as configured by this builderListFsuCollectionTargetsRequest.BuildercompartmentId(String compartmentId)The ID of the compartment in which to list resources.ListFsuCollectionTargetsRequest.Buildercopy(ListFsuCollectionTargetsRequest o)Copy method to populate the builder with values from the given instance.ListFsuCollectionTargetsRequest.BuilderfsuCollectionId(String fsuCollectionId)Unique Exadata Fleet Update Collection identifier.ListFsuCollectionTargetsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListFsuCollectionTargetsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListFsuCollectionTargetsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListFsuCollectionTargetsRequest.Builderpage(String page)A token representing the position at which to start retrieving results.ListFsuCollectionTargetsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListFsuCollectionTargetsRequest.BuildersortBy(ListFsuCollectionTargetsRequest.SortBy sortBy)The field to sort by.ListFsuCollectionTargetsRequest.BuildersortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.ListFsuCollectionTargetsRequest.Builderstatus(ListFsuCollectionTargetsRequest.Status status)A filter to return only entries whose status matches the given status.ListFsuCollectionTargetsRequest.BuildertargetId(String targetId)A filter to return a resource whose target OCID matches the given OCID.- 
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- 
fsuCollectionIdpublic ListFsuCollectionTargetsRequest.Builder fsuCollectionId(String fsuCollectionId) Unique Exadata Fleet Update Collection identifier.- Parameters:
- fsuCollectionId- the value to set
- Returns:
- this builder instance
 
 - 
compartmentIdpublic ListFsuCollectionTargetsRequest.Builder compartmentId(String compartmentId) The ID of the compartment in which to list resources.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
targetIdpublic ListFsuCollectionTargetsRequest.Builder targetId(String targetId) A filter to return a resource whose target OCID matches the given OCID.- Parameters:
- targetId- the value to set
- Returns:
- this builder instance
 
 - 
statuspublic ListFsuCollectionTargetsRequest.Builder status(ListFsuCollectionTargetsRequest.Status status) A filter to return only entries whose status matches the given status.- Parameters:
- status- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListFsuCollectionTargetsRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListFsuCollectionTargetsRequest.Builder page(String page) A token representing the position at which to start retrieving results.This must come from the opc-next-page header field of a previous response. - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListFsuCollectionTargetsRequest.Builder sortOrder(SortOrder sortOrder) The sort order to use, either ‘ASC’ or ‘DESC’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListFsuCollectionTargetsRequest.Builder sortBy(ListFsuCollectionTargetsRequest.SortBy sortBy) The field to sort by.Only one sort order may be provided. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListFsuCollectionTargetsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListFsuCollectionTargetsRequest.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 ListFsuCollectionTargetsRequest.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 ListFsuCollectionTargetsRequest.Builder copy(ListFsuCollectionTargetsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListFsuCollectionTargetsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListFsuCollectionTargetsRequest build() Build the instance of ListFsuCollectionTargetsRequest 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<ListFsuCollectionTargetsRequest,Void>
- Returns:
- instance of ListFsuCollectionTargetsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListFsuCollectionTargetsRequest buildWithoutInvocationCallback() Build the instance of ListFsuCollectionTargetsRequest 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 ListFsuCollectionTargetsRequest
 
 
- 
 
-