public static class ListSourcesRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<ListSourcesRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
ListSourcesRequest |
build()
Build the instance of ListSourcesRequest as configured by this builder
|
ListSourcesRequest |
buildWithoutInvocationCallback() |
ListSourcesRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListSourcesRequest.Builder |
copy(ListSourcesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSourcesRequest.Builder |
entityType(String entityType)
entityType
|
ListSourcesRequest.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.
|
ListSourcesRequest.Builder |
isAutoAssociated(Boolean isAutoAssociated)
auto association flag
|
ListSourcesRequest.Builder |
isSimplified(Boolean isSimplified)
is simplified
|
ListSourcesRequest.Builder |
isSystem(ListSourcesRequest.IsSystem isSystem)
Is system param of value (all, custom, sourceUsing)
|
ListSourcesRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListSourcesRequest.Builder |
name(String name)
A filter to return only log analytics entities whose name matches the entire name given.
|
ListSourcesRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListSourcesRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListSourcesRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListSourcesRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSourcesRequest.Builder |
sortBy(ListSourcesRequest.SortBy sortBy)
sort by source
|
ListSourcesRequest.Builder |
sortOrder(ListSourcesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC) or descending (DESC). |
ListSourcesRequest.Builder |
sourceDisplayText(String sourceDisplayText)
Search by source display name or description.
|
String |
toString() |
public ListSourcesRequest.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 ListSourcesRequest.Builder retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration - the retry configuration to be used for the requestpublic ListSourcesRequest.Builder copy(ListSourcesRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<ListSourcesRequest,Void>public ListSourcesRequest build()
Build the instance of ListSourcesRequest 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 com.oracle.bmc.requests.BmcRequest.Builder<ListSourcesRequest,Void>public ListSourcesRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
this.public ListSourcesRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
this.public ListSourcesRequest.Builder entityType(String entityType)
entityType
this.public ListSourcesRequest.Builder sourceDisplayText(String sourceDisplayText)
Search by source display name or description.
this.public ListSourcesRequest.Builder isSystem(ListSourcesRequest.IsSystem isSystem)
Is system param of value (all, custom, sourceUsing)
this.public ListSourcesRequest.Builder isAutoAssociated(Boolean isAutoAssociated)
auto association flag
this.public ListSourcesRequest.Builder sortOrder(ListSourcesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
this.public ListSourcesRequest.Builder sortBy(ListSourcesRequest.SortBy sortBy)
sort by source
this.public ListSourcesRequest.Builder limit(Integer limit)
The maximum number of items to return.
this.public ListSourcesRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
this.public ListSourcesRequest.Builder name(String name)
A filter to return only log analytics entities whose name matches the entire name given. The match is case-insensitive.
this.public ListSourcesRequest.Builder isSimplified(Boolean isSimplified)
is simplified
this.public ListSourcesRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public ListSourcesRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.