Class BatchGetBasicInfoRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.requests.BatchGetBasicInfoRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<BatchGetBasicInfoRequest,LabelNames>
 - Enclosing class:
- BatchGetBasicInfoRequest
 
 public static class BatchGetBasicInfoRequest.Builder extends Object implements BmcRequest.Builder<BatchGetBasicInfoRequest,LabelNames> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchGetBasicInfoRequest.BuilderbasicDetails(LabelNames basicDetails)List of label names to get information onBatchGetBasicInfoRequest.BuilderbasicLabelSortBy(BatchGetBasicInfoRequest.BasicLabelSortBy basicLabelSortBy)The attribute used to sort the returned labelsBatchGetBasicInfoRequest.Builderbody$(LabelNames body)Alternative setter for the body parameter.BatchGetBasicInfoRequestbuild()Build the instance of BatchGetBasicInfoRequest as configured by this builderBatchGetBasicInfoRequestbuildWithoutInvocationCallback()Build the instance of BatchGetBasicInfoRequest as configured by this builderBatchGetBasicInfoRequest.Buildercopy(BatchGetBasicInfoRequest o)Copy method to populate the builder with values from the given instance.BatchGetBasicInfoRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.BatchGetBasicInfoRequest.BuilderisIncludeDeleted(Boolean isIncludeDeleted)A flag specifying whether or not to include information on deleted labels.BatchGetBasicInfoRequest.Builderlimit(Integer limit)The maximum number of items to return.BatchGetBasicInfoRequest.BuildernamespaceName(String namespaceName)The Logging Analytics namespace used for the request.BatchGetBasicInfoRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.BatchGetBasicInfoRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.BatchGetBasicInfoRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.BatchGetBasicInfoRequest.BuildersortOrder(BatchGetBasicInfoRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
 
- 
- 
- 
Method Detail- 
namespaceNamepublic BatchGetBasicInfoRequest.Builder namespaceName(String namespaceName) The Logging Analytics namespace used for the request.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder instance
 
 - 
basicDetailspublic BatchGetBasicInfoRequest.Builder basicDetails(LabelNames basicDetails) List of label names to get information on- Parameters:
- basicDetails- the value to set
- Returns:
- this builder instance
 
 - 
isIncludeDeletedpublic BatchGetBasicInfoRequest.Builder isIncludeDeleted(Boolean isIncludeDeleted) A flag specifying whether or not to include information on deleted labels.- Parameters:
- isIncludeDeleted- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic BatchGetBasicInfoRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic BatchGetBasicInfoRequest.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
 
 - 
sortOrderpublic BatchGetBasicInfoRequest.Builder sortOrder(BatchGetBasicInfoRequest.SortOrder sortOrder) The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
basicLabelSortBypublic BatchGetBasicInfoRequest.Builder basicLabelSortBy(BatchGetBasicInfoRequest.BasicLabelSortBy basicLabelSortBy) The attribute used to sort the returned labels- Parameters:
- basicLabelSortBy- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic BatchGetBasicInfoRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic BatchGetBasicInfoRequest.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
 
 - 
retryConfigurationpublic BatchGetBasicInfoRequest.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
 
 - 
copypublic BatchGetBasicInfoRequest.Builder copy(BatchGetBasicInfoRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<BatchGetBasicInfoRequest,LabelNames>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic BatchGetBasicInfoRequest build() Build the instance of BatchGetBasicInfoRequest 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 interface- BmcRequest.Builder<BatchGetBasicInfoRequest,LabelNames>
- Returns:
- instance of BatchGetBasicInfoRequest
 
 - 
body$public BatchGetBasicInfoRequest.Builder body$(LabelNames body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<BatchGetBasicInfoRequest,LabelNames>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic BatchGetBasicInfoRequest buildWithoutInvocationCallback() Build the instance of BatchGetBasicInfoRequest 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 BatchGetBasicInfoRequest
 
 
- 
 
-