static ListTopicsRequest.Builder |
ListTopicsRequest.builder() |
Return a new builder for this request object.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.copy(ListTopicsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.id(String id) |
A filter to only return resources that match the given id exactly.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.lifecycleState(NotificationTopicSummary.LifecycleState lifecycleState) |
Filter returned list by specified lifecycle state.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.name(String name) |
A filter to only return resources that match the given name exactly.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.opcRequestId(String opcRequestId) |
The unique Oracle-assigned identifier for the request.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.page(String page) |
For list pagination.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.sortBy(ListTopicsRequest.SortBy sortBy) |
The field to sort by.
|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.sortOrder(ListTopicsRequest.SortOrder sortOrder) |
The sort order to use (ascending or descending).
|
ListTopicsRequest.Builder |
ListTopicsRequest.toBuilder() |
|