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