public static class ListPublicVantagePointsRequest.Builder extends Object implements BmcRequest.Builder<ListPublicVantagePointsRequest,Void>
Modifier and Type | Method and Description |
---|---|
ListPublicVantagePointsRequest.Builder |
apmDomainId(String apmDomainId)
The APM domain ID the request is intended for.
|
ListPublicVantagePointsRequest |
build()
Build the instance of ListPublicVantagePointsRequest as configured by this builder
|
ListPublicVantagePointsRequest |
buildWithoutInvocationCallback() |
ListPublicVantagePointsRequest.Builder |
copy(ListPublicVantagePointsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListPublicVantagePointsRequest.Builder |
displayName(String displayName)
A filter to return only the resources that match the entire display name.
|
ListPublicVantagePointsRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListPublicVantagePointsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListPublicVantagePointsRequest.Builder |
name(String name)
A filter to return only the resources that match the entire name.
|
ListPublicVantagePointsRequest.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
ListPublicVantagePointsRequest.Builder |
page(String page)
For list pagination.
|
ListPublicVantagePointsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListPublicVantagePointsRequest.Builder |
sortBy(ListPublicVantagePointsRequest.SortBy sortBy)
The field to sort by.
|
ListPublicVantagePointsRequest.Builder |
sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListPublicVantagePointsRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListPublicVantagePointsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListPublicVantagePointsRequest.Builder copy(ListPublicVantagePointsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListPublicVantagePointsRequest,Void>
o
- other request from which to copy valuespublic ListPublicVantagePointsRequest build()
Build the instance of ListPublicVantagePointsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListPublicVantagePointsRequest,Void>
public ListPublicVantagePointsRequest.Builder apmDomainId(String apmDomainId)
The APM domain ID the request is intended for.
this
.public ListPublicVantagePointsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this
.public ListPublicVantagePointsRequest.Builder page(String page)
For list pagination. The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination.
Example: 50
this
.public ListPublicVantagePointsRequest.Builder sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
). Default sort order is ascending.
this
.public ListPublicVantagePointsRequest.Builder sortBy(ListPublicVantagePointsRequest.SortBy sortBy)
The field to sort by. You can provide one sort by (sortBy
). Default order for displayName or name is ascending. The displayName or name
sort by is case insensitive.
this
.public ListPublicVantagePointsRequest.Builder displayName(String displayName)
A filter to return only the resources that match the entire display name.
this
.public ListPublicVantagePointsRequest.Builder name(String name)
A filter to return only the resources that match the entire name.
this
.public ListPublicVantagePointsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public ListPublicVantagePointsRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.