public static class ListWarningsRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<ListWarningsRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
ListWarningsRequest |
build()
Build the instance of ListWarningsRequest as configured by this builder
|
ListWarningsRequest |
buildWithoutInvocationCallback() |
ListWarningsRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListWarningsRequest.Builder |
copy(ListWarningsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListWarningsRequest.Builder |
endTime(String endTime)
The warning end date query parameter.
|
ListWarningsRequest.Builder |
entityName(String entityName)
entityName
|
ListWarningsRequest.Builder |
entityType(String entityType)
entity type name
|
ListWarningsRequest.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.
|
ListWarningsRequest.Builder |
isNoSource(Boolean isNoSource)
isNoSource
|
ListWarningsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListWarningsRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListWarningsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListWarningsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListWarningsRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListWarningsRequest.Builder |
sortBy(ListWarningsRequest.SortBy sortBy)
The attribute used to sort the returned warnings
|
ListWarningsRequest.Builder |
sortOrder(ListWarningsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC) or descending (DESC). |
ListWarningsRequest.Builder |
sourceName(String sourceName)
sourceName
|
ListWarningsRequest.Builder |
sourcePattern(String sourcePattern)
sourcePattern
|
ListWarningsRequest.Builder |
startTime(String startTime)
The warning start date query parameter.
|
String |
toString() |
ListWarningsRequest.Builder |
warningMessage(String warningMessage)
warning message query parameter
|
ListWarningsRequest.Builder |
warningState(ListWarningsRequest.WarningState warningState)
The warning state used for filtering.
|
ListWarningsRequest.Builder |
warningType(String warningType)
The warning type query parameter.
|
public ListWarningsRequest.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 ListWarningsRequest.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 ListWarningsRequest.Builder copy(ListWarningsRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<ListWarningsRequest,Void>public ListWarningsRequest build()
Build the instance of ListWarningsRequest 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<ListWarningsRequest,Void>public ListWarningsRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
this.public ListWarningsRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
this.public ListWarningsRequest.Builder warningState(ListWarningsRequest.WarningState warningState)
The warning state used for filtering. A value of SUPPRESSED will return only suppressed warnings, a value of UNSUPPRESSED will return only unsuppressed warnings, and a value of ALL will return all warnings regardless of their suppression state. Default is UNSUPPRESSED.
this.public ListWarningsRequest.Builder sourceName(String sourceName)
sourceName
this.public ListWarningsRequest.Builder sourcePattern(String sourcePattern)
sourcePattern
this.public ListWarningsRequest.Builder warningMessage(String warningMessage)
warning message query parameter
this.public ListWarningsRequest.Builder entityName(String entityName)
entityName
this.public ListWarningsRequest.Builder entityType(String entityType)
entity type name
this.public ListWarningsRequest.Builder warningType(String warningType)
The warning type query parameter.
this.public ListWarningsRequest.Builder isNoSource(Boolean isNoSource)
isNoSource
this.public ListWarningsRequest.Builder startTime(String startTime)
The warning start date query parameter.
this.public ListWarningsRequest.Builder endTime(String endTime)
The warning end date query parameter.
this.public ListWarningsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this.public ListWarningsRequest.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 ListWarningsRequest.Builder sortOrder(ListWarningsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
this.public ListWarningsRequest.Builder sortBy(ListWarningsRequest.SortBy sortBy)
The attribute used to sort the returned warnings
this.public ListWarningsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public ListWarningsRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.