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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFsuCollectionTargetsRequest
build()
Build the instance of ListFsuCollectionTargetsRequest as configured by this builderListFsuCollectionTargetsRequest
buildWithoutInvocationCallback()
Build the instance of ListFsuCollectionTargetsRequest as configured by this builderListFsuCollectionTargetsRequest.Builder
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.ListFsuCollectionTargetsRequest.Builder
copy(ListFsuCollectionTargetsRequest o)
Copy method to populate the builder with values from the given instance.ListFsuCollectionTargetsRequest.Builder
fsuCollectionId(String fsuCollectionId)
Unique Exadata Fleet Update Collection identifier.ListFsuCollectionTargetsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListFsuCollectionTargetsRequest.Builder
limit(Integer limit)
The maximum number of items to return.ListFsuCollectionTargetsRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.ListFsuCollectionTargetsRequest.Builder
page(String page)
A token representing the position at which to start retrieving results.ListFsuCollectionTargetsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListFsuCollectionTargetsRequest.Builder
sortBy(ListFsuCollectionTargetsRequest.SortBy sortBy)
The field to sort by.ListFsuCollectionTargetsRequest.Builder
sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.ListFsuCollectionTargetsRequest.Builder
status(ListFsuCollectionTargetsRequest.Status status)
A filter to return only entries whose status matches the given status.ListFsuCollectionTargetsRequest.Builder
targetId(String targetId)
A filter to return a resource whose target OCID matches the given OCID.-
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
-
fsuCollectionId
public ListFsuCollectionTargetsRequest.Builder fsuCollectionId(String fsuCollectionId)
Unique Exadata Fleet Update Collection identifier.- Parameters:
fsuCollectionId
- the value to set- Returns:
- this builder instance
-
compartmentId
public 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
-
targetId
public 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
-
status
public 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
-
limit
public ListFsuCollectionTargetsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public 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
-
sortOrder
public ListFsuCollectionTargetsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public 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
-
opcRequestId
public ListFsuCollectionTargetsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public 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
-
retryConfiguration
public 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
-
copy
public ListFsuCollectionTargetsRequest.Builder copy(ListFsuCollectionTargetsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListFsuCollectionTargetsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public 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:
build
in interfaceBmcRequest.Builder<ListFsuCollectionTargetsRequest,Void>
- Returns:
- instance of ListFsuCollectionTargetsRequest
-
buildWithoutInvocationCallback
public 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
-
-