public static class ListLogAnalyticsLogGroupsRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<ListLogAnalyticsLogGroupsRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
ListLogAnalyticsLogGroupsRequest |
build()
Build the instance of ListLogAnalyticsLogGroupsRequest as configured by this builder
|
ListLogAnalyticsLogGroupsRequest |
buildWithoutInvocationCallback() |
ListLogAnalyticsLogGroupsRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListLogAnalyticsLogGroupsRequest.Builder |
copy(ListLogAnalyticsLogGroupsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListLogAnalyticsLogGroupsRequest.Builder |
displayName(String displayName)
A filter to return only log analytics log groups whose displayName matches the entire display name given.
|
ListLogAnalyticsLogGroupsRequest.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.
|
ListLogAnalyticsLogGroupsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListLogAnalyticsLogGroupsRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListLogAnalyticsLogGroupsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListLogAnalyticsLogGroupsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListLogAnalyticsLogGroupsRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListLogAnalyticsLogGroupsRequest.Builder |
sortBy(ListLogAnalyticsLogGroupsRequest.SortBy sortBy)
The field to sort by.
|
ListLogAnalyticsLogGroupsRequest.Builder |
sortOrder(ListLogAnalyticsLogGroupsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC) or descending (DESC). |
String |
toString() |
public ListLogAnalyticsLogGroupsRequest.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 ListLogAnalyticsLogGroupsRequest.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 ListLogAnalyticsLogGroupsRequest.Builder copy(ListLogAnalyticsLogGroupsRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<ListLogAnalyticsLogGroupsRequest,Void>public ListLogAnalyticsLogGroupsRequest build()
Build the instance of ListLogAnalyticsLogGroupsRequest 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<ListLogAnalyticsLogGroupsRequest,Void>public ListLogAnalyticsLogGroupsRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
this.public ListLogAnalyticsLogGroupsRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
this.public ListLogAnalyticsLogGroupsRequest.Builder displayName(String displayName)
A filter to return only log analytics log groups whose displayName matches the entire display name given. The match is case-insensitive.
this.public ListLogAnalyticsLogGroupsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this.public ListLogAnalyticsLogGroupsRequest.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 ListLogAnalyticsLogGroupsRequest.Builder sortOrder(ListLogAnalyticsLogGroupsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
this.public ListLogAnalyticsLogGroupsRequest.Builder sortBy(ListLogAnalyticsLogGroupsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
this.public ListLogAnalyticsLogGroupsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public ListLogAnalyticsLogGroupsRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.