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 ListHealthChecksVantagePointsRequest
build()
Build the instance of ListHealthChecksVantagePointsRequest as configured by this builderListHealthChecksVantagePointsRequest
buildWithoutInvocationCallback()
Build the instance of ListHealthChecksVantagePointsRequest as configured by this builderListHealthChecksVantagePointsRequest.Builder
copy(ListHealthChecksVantagePointsRequest o)
Copy method to populate the builder with values from the given instance.ListHealthChecksVantagePointsRequest.Builder
displayName(String displayName)
Filters results that exactly match the displayName field.ListHealthChecksVantagePointsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListHealthChecksVantagePointsRequest.Builder
limit(Integer limit)
The maximum number of items to return in a paginated “List” call.ListHealthChecksVantagePointsRequest.Builder
name(String name)
Filters results that exactly match the name field.ListHealthChecksVantagePointsRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.ListHealthChecksVantagePointsRequest.Builder
page(String page)
The value of the opc-next-page response header from the previous “List” call.ListHealthChecksVantagePointsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListHealthChecksVantagePointsRequest.Builder
sortBy(ListHealthChecksVantagePointsRequest.SortBy sortBy)
The field to sort by when listing vantage points.ListHealthChecksVantagePointsRequest.Builder
sortOrder(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:
copy
in 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:
build
in 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
-
-