Class ListHealthChecksVantagePointsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.healthchecks.requests.ListHealthChecksVantagePointsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListHealthChecksVantagePointsRequest,Void>
- Enclosing class:
- ListHealthChecksVantagePointsRequest
public static class ListHealthChecksVantagePointsRequest.Builder extends Object implements BmcRequest.Builder<ListHealthChecksVantagePointsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListHealthChecksVantagePointsRequestbuild()Build the instance of ListHealthChecksVantagePointsRequest as configured by this builderListHealthChecksVantagePointsRequestbuildWithoutInvocationCallback()Build the instance of ListHealthChecksVantagePointsRequest as configured by this builderListHealthChecksVantagePointsRequest.Buildercopy(ListHealthChecksVantagePointsRequest o)Copy method to populate the builder with values from the given instance.ListHealthChecksVantagePointsRequest.BuilderdisplayName(String displayName)Filters results that exactly match the displayName field.ListHealthChecksVantagePointsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListHealthChecksVantagePointsRequest.Builderlimit(Integer limit)The maximum number of items to return in a paginated “List” call.ListHealthChecksVantagePointsRequest.Buildername(String name)Filters results that exactly match the name field.ListHealthChecksVantagePointsRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListHealthChecksVantagePointsRequest.Builderpage(String page)The value of the opc-next-page response header from the previous “List” call.ListHealthChecksVantagePointsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListHealthChecksVantagePointsRequest.BuildersortBy(ListHealthChecksVantagePointsRequest.SortBy sortBy)The field to sort by when listing vantage points.ListHealthChecksVantagePointsRequest.BuildersortOrder(ListHealthChecksVantagePointsRequest.SortOrder sortOrder)Controls the sort order of results.-
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
-
opcRequestId
public ListHealthChecksVantagePointsRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
limit
public ListHealthChecksVantagePointsRequest.Builder limit(Integer limit)
The maximum number of items to return in a paginated “List” call.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListHealthChecksVantagePointsRequest.Builder page(String page)
The value of the opc-next-page response header from the previous “List” call.- Parameters:
page- the value to set- Returns:
- this builder instance
-
sortBy
public ListHealthChecksVantagePointsRequest.Builder sortBy(ListHealthChecksVantagePointsRequest.SortBy sortBy)
The field to sort by when listing vantage points.- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
sortOrder
public ListHealthChecksVantagePointsRequest.Builder sortOrder(ListHealthChecksVantagePointsRequest.SortOrder sortOrder)
Controls the sort order of results.- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
name
public ListHealthChecksVantagePointsRequest.Builder name(String name)
Filters results that exactly match the name field.- Parameters:
name- the value to set- Returns:
- this builder instance
-
displayName
public ListHealthChecksVantagePointsRequest.Builder displayName(String displayName)
Filters results that exactly match the displayName field.- Parameters:
displayName- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListHealthChecksVantagePointsRequest.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 ListHealthChecksVantagePointsRequest.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 ListHealthChecksVantagePointsRequest.Builder copy(ListHealthChecksVantagePointsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListHealthChecksVantagePointsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListHealthChecksVantagePointsRequest build()
Build the instance of ListHealthChecksVantagePointsRequest 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 interfaceBmcRequest.Builder<ListHealthChecksVantagePointsRequest,Void>- Returns:
- instance of ListHealthChecksVantagePointsRequest
-
buildWithoutInvocationCallback
public ListHealthChecksVantagePointsRequest buildWithoutInvocationCallback()
Build the instance of ListHealthChecksVantagePointsRequest 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 ListHealthChecksVantagePointsRequest
-
-