static ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.builder() |
Return a new builder for this request object.
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.copy(ListNetworkSourcesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.lifecycleState(NetworkSources.LifecycleState lifecycleState) |
A filter to only return resources that match the given lifecycle state.
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.limit(Integer limit) |
The maximum number of items to return in a paginated “List” call.
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.name(String name) |
A filter to only return resources that match the given name exactly.
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.sortBy(ListNetworkSourcesRequest.SortBy sortBy) |
The field to sort by.
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.Builder.sortOrder(ListNetworkSourcesRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListNetworkSourcesRequest.Builder |
ListNetworkSourcesRequest.toBuilder() |
|