public static class ListAssociatedEntitiesRequest.Builder extends Object implements BmcRequest.Builder<ListAssociatedEntitiesRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListAssociatedEntitiesRequest |
build()
Build the instance of ListAssociatedEntitiesRequest as configured by this builder
|
ListAssociatedEntitiesRequest |
buildWithoutInvocationCallback()
Build the instance of ListAssociatedEntitiesRequest as configured by this builder
|
ListAssociatedEntitiesRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListAssociatedEntitiesRequest.Builder |
copy(ListAssociatedEntitiesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListAssociatedEntitiesRequest.Builder |
entityId(String entityId)
The entity OCID.
|
ListAssociatedEntitiesRequest.Builder |
entityType(String entityType)
The entity type used for filtering.
|
ListAssociatedEntitiesRequest.Builder |
entityTypeDisplayName(String entityTypeDisplayName)
The entity type display name used for filtering.
|
ListAssociatedEntitiesRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListAssociatedEntitiesRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListAssociatedEntitiesRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListAssociatedEntitiesRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListAssociatedEntitiesRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListAssociatedEntitiesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListAssociatedEntitiesRequest.Builder |
sortBy(ListAssociatedEntitiesRequest.SortBy sortBy)
The attribute used to sort the returned entities
|
ListAssociatedEntitiesRequest.Builder |
sortOrder(ListAssociatedEntitiesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListAssociatedEntitiesRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
namespaceName
- the value to setpublic ListAssociatedEntitiesRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
compartmentId
- the value to setpublic ListAssociatedEntitiesRequest.Builder entityId(String entityId)
The entity OCID.
entityId
- the value to setpublic ListAssociatedEntitiesRequest.Builder entityType(String entityType)
The entity type used for filtering. Only associations on an entity with the specified type will be returned.
entityType
- the value to setpublic ListAssociatedEntitiesRequest.Builder entityTypeDisplayName(String entityTypeDisplayName)
The entity type display name used for filtering. Only items associated with the entity with the specified type display name will be returned.
entityTypeDisplayName
- the value to setpublic ListAssociatedEntitiesRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListAssociatedEntitiesRequest.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 ListAssociatedEntitiesRequest.Builder sortOrder(ListAssociatedEntitiesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListAssociatedEntitiesRequest.Builder sortBy(ListAssociatedEntitiesRequest.SortBy sortBy)
The attribute used to sort the returned entities
sortBy
- the value to setpublic ListAssociatedEntitiesRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListAssociatedEntitiesRequest.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 ListAssociatedEntitiesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListAssociatedEntitiesRequest.Builder copy(ListAssociatedEntitiesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListAssociatedEntitiesRequest,Void>
o
- other request from which to copy valuespublic ListAssociatedEntitiesRequest build()
Build the instance of ListAssociatedEntitiesRequest 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<ListAssociatedEntitiesRequest,Void>
public ListAssociatedEntitiesRequest buildWithoutInvocationCallback()
Build the instance of ListAssociatedEntitiesRequest 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–2023. All rights reserved.