public static class ListLabelSourceDetailsRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<ListLabelSourceDetailsRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
ListLabelSourceDetailsRequest |
build()
Build the instance of ListLabelSourceDetailsRequest as configured by this builder
|
ListLabelSourceDetailsRequest |
buildWithoutInvocationCallback() |
ListLabelSourceDetailsRequest.Builder |
copy(ListLabelSourceDetailsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListLabelSourceDetailsRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListLabelSourceDetailsRequest.Builder |
labelName(String labelName)
label name
|
ListLabelSourceDetailsRequest.Builder |
labelSourceSortBy(ListLabelSourceDetailsRequest.LabelSourceSortBy labelSourceSortBy)
sort by source displayname
|
ListLabelSourceDetailsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListLabelSourceDetailsRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListLabelSourceDetailsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListLabelSourceDetailsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListLabelSourceDetailsRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListLabelSourceDetailsRequest.Builder |
sortOrder(ListLabelSourceDetailsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC) or descending (DESC). |
String |
toString() |
public ListLabelSourceDetailsRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback - the invocation callback to be set for the requestpublic ListLabelSourceDetailsRequest.Builder retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration - the retry configuration to be used for the requestpublic ListLabelSourceDetailsRequest.Builder copy(ListLabelSourceDetailsRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<ListLabelSourceDetailsRequest,Void>public ListLabelSourceDetailsRequest build()
Build the instance of ListLabelSourceDetailsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer) into account,
while the method buildWithoutInvocationCallback() does not.
This is the preferred method to build an instance.
build in interface com.oracle.bmc.requests.BmcRequest.Builder<ListLabelSourceDetailsRequest,Void>public ListLabelSourceDetailsRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
this.public ListLabelSourceDetailsRequest.Builder labelName(String labelName)
label name
this.public ListLabelSourceDetailsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this.public ListLabelSourceDetailsRequest.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.
this.public ListLabelSourceDetailsRequest.Builder sortOrder(ListLabelSourceDetailsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
this.public ListLabelSourceDetailsRequest.Builder labelSourceSortBy(ListLabelSourceDetailsRequest.LabelSourceSortBy labelSourceSortBy)
sort by source displayname
this.public ListLabelSourceDetailsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public ListLabelSourceDetailsRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.