public static class ListLogAnalyticsEntitiesRequest.Builder extends Object implements BmcRequest.Builder<ListLogAnalyticsEntitiesRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListLogAnalyticsEntitiesRequest |
build()
Build the instance of ListLogAnalyticsEntitiesRequest as configured by this builder
|
ListLogAnalyticsEntitiesRequest |
buildWithoutInvocationCallback()
Build the instance of ListLogAnalyticsEntitiesRequest as configured by this builder
|
ListLogAnalyticsEntitiesRequest.Builder |
cloudResourceId(String cloudResourceId)
A filter to return only log analytics entities whose cloudResourceId matches the
cloudResourceId given.
|
ListLogAnalyticsEntitiesRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListLogAnalyticsEntitiesRequest.Builder |
copy(ListLogAnalyticsEntitiesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListLogAnalyticsEntitiesRequest.Builder |
creationSourceDetails(String creationSourceDetails)
A filter to return only log analytics entities whose auto-creation source details
contains the specified string.
|
ListLogAnalyticsEntitiesRequest.Builder |
creationSourceType(CreationSourceType singularValue)
Singular setter.
|
ListLogAnalyticsEntitiesRequest.Builder |
creationSourceType(List<CreationSourceType> creationSourceType)
A filter to return only those log analytics entities with the specified auto-creation
source.
|
ListLogAnalyticsEntitiesRequest.Builder |
entityTypeName(List<String> entityTypeName)
A filter to return only log analytics entities whose entityTypeName matches the entire
log analytics entity type name of one of the entityTypeNames given in the list.
|
ListLogAnalyticsEntitiesRequest.Builder |
entityTypeName(String singularValue)
Singular setter.
|
ListLogAnalyticsEntitiesRequest.Builder |
hostname(String hostname)
A filter to return only log analytics entities whose hostname matches the entire hostname
given.
|
ListLogAnalyticsEntitiesRequest.Builder |
hostnameContains(String hostnameContains)
A filter to return only log analytics entities whose hostname contains the substring
given.
|
ListLogAnalyticsEntitiesRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListLogAnalyticsEntitiesRequest.Builder |
isManagementAgentIdNull(ListLogAnalyticsEntitiesRequest.IsManagementAgentIdNull isManagementAgentIdNull)
A filter to return only those log analytics entities whose managementAgentId is null or
is not null.
|
ListLogAnalyticsEntitiesRequest.Builder |
lifecycleDetailsContains(String lifecycleDetailsContains)
A filter to return only log analytics entities whose lifecycleDetails contains the
specified string.
|
ListLogAnalyticsEntitiesRequest.Builder |
lifecycleState(EntityLifecycleStates lifecycleState)
A filter to return only those log analytics entities with the specified lifecycle state.
|
ListLogAnalyticsEntitiesRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListLogAnalyticsEntitiesRequest.Builder |
metadataEquals(List<String> metadataEquals)
A filter to return only log analytics entities whose metadata name, value and type
matches the specified string.
|
ListLogAnalyticsEntitiesRequest.Builder |
metadataEquals(String singularValue)
Singular setter.
|
ListLogAnalyticsEntitiesRequest.Builder |
name(String name)
A filter to return only log analytics entities whose name matches the entire name given.
|
ListLogAnalyticsEntitiesRequest.Builder |
nameContains(String nameContains)
A filter to return only log analytics entities whose name contains the name given.
|
ListLogAnalyticsEntitiesRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListLogAnalyticsEntitiesRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListLogAnalyticsEntitiesRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListLogAnalyticsEntitiesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListLogAnalyticsEntitiesRequest.Builder |
sortBy(ListLogAnalyticsEntitiesRequest.SortBy sortBy)
The field to sort entities by.
|
ListLogAnalyticsEntitiesRequest.Builder |
sortOrder(ListLogAnalyticsEntitiesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListLogAnalyticsEntitiesRequest.Builder |
sourceId(String sourceId)
A filter to return only log analytics entities whose sourceId matches the sourceId given.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListLogAnalyticsEntitiesRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
namespaceName
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
compartmentId
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder name(String name)
A filter to return only log analytics entities whose name matches the entire name given. The match is case-insensitive.
name
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder nameContains(String nameContains)
A filter to return only log analytics entities whose name contains the name given. The match is case-insensitive.
nameContains
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder entityTypeName(List<String> entityTypeName)
A filter to return only log analytics entities whose entityTypeName matches the entire log analytics entity type name of one of the entityTypeNames given in the list. The match is case-insensitive.
entityTypeName
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder entityTypeName(String singularValue)
Singular setter. A filter to return only log analytics entities whose entityTypeName matches the entire log analytics entity type name of one of the entityTypeNames given in the list. The match is case-insensitive.
singularValue
- the singular value to setpublic ListLogAnalyticsEntitiesRequest.Builder cloudResourceId(String cloudResourceId)
A filter to return only log analytics entities whose cloudResourceId matches the cloudResourceId given.
cloudResourceId
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder lifecycleState(EntityLifecycleStates lifecycleState)
A filter to return only those log analytics entities with the specified lifecycle state. The state value is case-insensitive.
lifecycleState
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder lifecycleDetailsContains(String lifecycleDetailsContains)
A filter to return only log analytics entities whose lifecycleDetails contains the specified string.
lifecycleDetailsContains
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder isManagementAgentIdNull(ListLogAnalyticsEntitiesRequest.IsManagementAgentIdNull isManagementAgentIdNull)
A filter to return only those log analytics entities whose managementAgentId is null or is not null.
isManagementAgentIdNull
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder hostname(String hostname)
A filter to return only log analytics entities whose hostname matches the entire hostname given.
hostname
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder hostnameContains(String hostnameContains)
A filter to return only log analytics entities whose hostname contains the substring given. The match is case-insensitive.
hostnameContains
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder sourceId(String sourceId)
A filter to return only log analytics entities whose sourceId matches the sourceId given.
sourceId
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder creationSourceType(List<CreationSourceType> creationSourceType)
A filter to return only those log analytics entities with the specified auto-creation source.
creationSourceType
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder creationSourceType(CreationSourceType singularValue)
Singular setter. A filter to return only those log analytics entities with the specified auto-creation source.
singularValue
- the singular value to setpublic ListLogAnalyticsEntitiesRequest.Builder creationSourceDetails(String creationSourceDetails)
A filter to return only log analytics entities whose auto-creation source details contains the specified string.
creationSourceDetails
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListLogAnalyticsEntitiesRequest.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.
page
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder sortOrder(ListLogAnalyticsEntitiesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder sortBy(ListLogAnalyticsEntitiesRequest.SortBy sortBy)
The field to sort entities by. Only one sort order may be provided. Default order for timeCreated and timeUpdated is descending. Default order for entity name is ascending. If no value is specified timeCreated is default.
sortBy
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder metadataEquals(List<String> metadataEquals)
A filter to return only log analytics entities whose metadata name, value and type matches the specified string. Each item in the array has the format “{name}:{value}:{type}”. All inputs are case-insensitive.
metadataEquals
- the value to setpublic ListLogAnalyticsEntitiesRequest.Builder metadataEquals(String singularValue)
Singular setter. A filter to return only log analytics entities whose metadata name, value and type matches the specified string. Each item in the array has the format “{name}:{value}:{type}”. All inputs are case-insensitive.
singularValue
- the singular value to setpublic ListLogAnalyticsEntitiesRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListLogAnalyticsEntitiesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListLogAnalyticsEntitiesRequest.Builder copy(ListLogAnalyticsEntitiesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListLogAnalyticsEntitiesRequest,Void>
o
- other request from which to copy valuespublic ListLogAnalyticsEntitiesRequest build()
Build the instance of ListLogAnalyticsEntitiesRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListLogAnalyticsEntitiesRequest,Void>
public ListLogAnalyticsEntitiesRequest buildWithoutInvocationCallback()
Build the instance of ListLogAnalyticsEntitiesRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.