Package | Description |
---|---|
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
static ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.builder()
Return a new builder for this request object.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.copy(ListEntityAssociationsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.directOrAllAssociations(ListEntityAssociationsRequest.DirectOrAllAssociations directOrAllAssociations)
Indicates whether to return direct associated entities or direct and inferred associated
entities.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.logAnalyticsEntityId(String logAnalyticsEntityId)
The log analytics entity OCID.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.sortBy(ListEntityAssociationsRequest.SortBy sortBy)
The field to sort entities by.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.sortOrder(ListEntityAssociationsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.toBuilder()
Return an instance of
ListEntityAssociationsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.