Class ListEffectivePropertiesRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.requests.ListEffectivePropertiesRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListEffectivePropertiesRequest,Void>
- Enclosing class:
- ListEffectivePropertiesRequest
public static class ListEffectivePropertiesRequest.Builder extends Object implements BmcRequest.Builder<ListEffectivePropertiesRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListEffectivePropertiesRequest.BuilderagentId(String agentId)The agent ocid.ListEffectivePropertiesRequestbuild()Build the instance of ListEffectivePropertiesRequest as configured by this builderListEffectivePropertiesRequestbuildWithoutInvocationCallback()Build the instance of ListEffectivePropertiesRequest as configured by this builderListEffectivePropertiesRequest.Buildercopy(ListEffectivePropertiesRequest o)Copy method to populate the builder with values from the given instance.ListEffectivePropertiesRequest.BuilderentityId(String entityId)The entity ocid.ListEffectivePropertiesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListEffectivePropertiesRequest.BuilderisIncludePatterns(Boolean isIncludePatterns)The include pattern flag.ListEffectivePropertiesRequest.Builderlimit(Integer limit)The maximum number of items to return.ListEffectivePropertiesRequest.Buildername(String name)The property name used for filtering.ListEffectivePropertiesRequest.BuildernamespaceName(String namespaceName)The Logging Analytics namespace used for the request.ListEffectivePropertiesRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListEffectivePropertiesRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListEffectivePropertiesRequest.BuilderpatternId(Integer patternId)The pattern id.ListEffectivePropertiesRequest.BuilderpatternIdLong(Long patternIdLong)The pattern id (long).ListEffectivePropertiesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListEffectivePropertiesRequest.BuildersortBy(ListEffectivePropertiesRequest.SortBy sortBy)The attribute used to sort the returned propertiesListEffectivePropertiesRequest.BuildersortOrder(ListEffectivePropertiesRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).ListEffectivePropertiesRequest.BuildersourceName(String sourceName)The source name.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
namespaceName
public ListEffectivePropertiesRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.- Parameters:
namespaceName- the value to set- Returns:
- this builder instance
-
agentId
public ListEffectivePropertiesRequest.Builder agentId(String agentId)
The agent ocid.- Parameters:
agentId- the value to set- Returns:
- this builder instance
-
sourceName
public ListEffectivePropertiesRequest.Builder sourceName(String sourceName)
The source name.- Parameters:
sourceName- the value to set- Returns:
- this builder instance
-
isIncludePatterns
public ListEffectivePropertiesRequest.Builder isIncludePatterns(Boolean isIncludePatterns)
The include pattern flag.- Parameters:
isIncludePatterns- the value to set- Returns:
- this builder instance
-
entityId
public ListEffectivePropertiesRequest.Builder entityId(String entityId)
The entity ocid.- Parameters:
entityId- the value to set- Returns:
- this builder instance
-
patternId
public ListEffectivePropertiesRequest.Builder patternId(Integer patternId)
The pattern id.- Parameters:
patternId- the value to set- Returns:
- this builder instance
-
patternIdLong
public ListEffectivePropertiesRequest.Builder patternIdLong(Long patternIdLong)
The pattern id (long).- Parameters:
patternIdLong- the value to set- Returns:
- this builder instance
-
name
public ListEffectivePropertiesRequest.Builder name(String name)
The property name used for filtering.- Parameters:
name- the value to set- Returns:
- this builder instance
-
limit
public ListEffectivePropertiesRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListEffectivePropertiesRequest.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.
- Parameters:
page- the value to set- Returns:
- this builder instance
-
sortOrder
public ListEffectivePropertiesRequest.Builder sortOrder(ListEffectivePropertiesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
sortBy
public ListEffectivePropertiesRequest.Builder sortBy(ListEffectivePropertiesRequest.SortBy sortBy)
The attribute used to sort the returned properties- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListEffectivePropertiesRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListEffectivePropertiesRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListEffectivePropertiesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListEffectivePropertiesRequest.Builder copy(ListEffectivePropertiesRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListEffectivePropertiesRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListEffectivePropertiesRequest build()
Build the instance of ListEffectivePropertiesRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance.
- Specified by:
buildin interfaceBmcRequest.Builder<ListEffectivePropertiesRequest,Void>- Returns:
- instance of ListEffectivePropertiesRequest
-
buildWithoutInvocationCallback
public ListEffectivePropertiesRequest buildWithoutInvocationCallback()
Build the instance of ListEffectivePropertiesRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ListEffectivePropertiesRequest
-
-