public static class ListCpesRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListCpesRequest |
build()
Build the instance of ListCpesRequest as configured by this builder
|
ListCpesRequest |
buildWithoutInvocationCallback() |
ListCpesRequest.Builder |
compartmentId(String compartmentId) |
ListCpesRequest.Builder |
copy(ListCpesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListCpesRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListCpesRequest.Builder |
limit(Integer limit) |
ListCpesRequest.Builder |
page(String page) |
ListCpesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
public ListCpesRequest.Builder invocationCallback(com.oracle.bmc.util.internal.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 ListCpesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListCpesRequest.Builder copy(ListCpesRequest o)
Copy method to populate the builder with values from the given instance.
public ListCpesRequest build()
Build the instance of ListCpesRequest 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.
public ListCpesRequest.Builder compartmentId(String compartmentId)
public ListCpesRequest.Builder limit(Integer limit)
public ListCpesRequest.Builder page(String page)
public ListCpesRequest buildWithoutInvocationCallback()
Copyright © 2016–2019. All rights reserved.