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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchGetBasicInfoRequest.Builder
basicDetails(LabelNames basicDetails)
List of label names to get information onBatchGetBasicInfoRequest.Builder
basicLabelSortBy(BatchGetBasicInfoRequest.BasicLabelSortBy basicLabelSortBy)
The attribute used to sort the returned labelsBatchGetBasicInfoRequest.Builder
body$(LabelNames body)
Alternative setter for the body parameter.BatchGetBasicInfoRequest
build()
Build the instance of BatchGetBasicInfoRequest as configured by this builderBatchGetBasicInfoRequest
buildWithoutInvocationCallback()
Build the instance of BatchGetBasicInfoRequest as configured by this builderBatchGetBasicInfoRequest.Builder
copy(BatchGetBasicInfoRequest o)
Copy method to populate the builder with values from the given instance.BatchGetBasicInfoRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.BatchGetBasicInfoRequest.Builder
isIncludeDeleted(Boolean isIncludeDeleted)
A flag specifying whether or not to include information on deleted labels.BatchGetBasicInfoRequest.Builder
limit(Integer limit)
The maximum number of items to return.BatchGetBasicInfoRequest.Builder
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.BatchGetBasicInfoRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.BatchGetBasicInfoRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.BatchGetBasicInfoRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.BatchGetBasicInfoRequest.Builder
sortOrder(BatchGetBasicInfoRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-
-
-
Method Detail
-
namespaceName
public BatchGetBasicInfoRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.- Parameters:
namespaceName
- the value to set- Returns:
- this builder instance
-
basicDetails
public BatchGetBasicInfoRequest.Builder basicDetails(LabelNames basicDetails)
List of label names to get information on- Parameters:
basicDetails
- the value to set- Returns:
- this builder instance
-
isIncludeDeleted
public 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
-
limit
public BatchGetBasicInfoRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public 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
-
sortOrder
public 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
-
basicLabelSortBy
public BatchGetBasicInfoRequest.Builder basicLabelSortBy(BatchGetBasicInfoRequest.BasicLabelSortBy basicLabelSortBy)
The attribute used to sort the returned labels- Parameters:
basicLabelSortBy
- the value to set- Returns:
- this builder instance
-
opcRequestId
public BatchGetBasicInfoRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public 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
-
retryConfiguration
public 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
-
copy
public BatchGetBasicInfoRequest.Builder copy(BatchGetBasicInfoRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<BatchGetBasicInfoRequest,LabelNames>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public 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:
build
in interfaceBmcRequest.Builder<BatchGetBasicInfoRequest,LabelNames>
- Returns:
- instance of BatchGetBasicInfoRequest
-
body$
public BatchGetBasicInfoRequest.Builder body$(LabelNames body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<BatchGetBasicInfoRequest,LabelNames>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public 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
-
-