public static class ListIncidentsRequest.Builder extends Object implements BmcRequest.Builder<ListIncidentsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListIncidentsRequest.Builder |
bearertoken(String bearertoken)
Token that provided by multi cloud provider, which help to validate the email.
|
ListIncidentsRequest.Builder |
bearertokentype(String bearertokentype)
Token type that determine which cloud provider the request come from.
|
ListIncidentsRequest |
build()
Build the instance of ListIncidentsRequest as configured by this builder
|
ListIncidentsRequest |
buildWithoutInvocationCallback()
Build the instance of ListIncidentsRequest as configured by this builder
|
ListIncidentsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy.
|
ListIncidentsRequest.Builder |
copy(ListIncidentsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListIncidentsRequest.Builder |
csi(String csi)
The Customer Support Identifier (CSI) number associated with the support account.
|
ListIncidentsRequest.Builder |
domainid(String domainid)
The OCID of identity domain.
|
ListIncidentsRequest.Builder |
homeregion(String homeregion)
The region of the tenancy.
|
ListIncidentsRequest.Builder |
idtoken(String idtoken)
IdToken that provided by multi cloud provider, which help to validate the email.
|
ListIncidentsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListIncidentsRequest.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the ticket.
|
ListIncidentsRequest.Builder |
limit(Integer limit)
For list pagination.
|
ListIncidentsRequest.Builder |
ocid(String ocid)
User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle
Cloud Infrastructure account.
|
ListIncidentsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListIncidentsRequest.Builder |
page(String page)
For list pagination.
|
ListIncidentsRequest.Builder |
problemType(String problemType)
The kind of support request.
|
ListIncidentsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListIncidentsRequest.Builder |
sortBy(SortBy sortBy)
The key to use to sort the returned items.
|
ListIncidentsRequest.Builder |
sortOrder(SortOrder sortOrder)
The order to sort the results in.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListIncidentsRequest.Builder compartmentId(String compartmentId)
The OCID of the tenancy.
compartmentId
- the value to setpublic ListIncidentsRequest.Builder csi(String csi)
The Customer Support Identifier (CSI) number associated with the support account. The CSI is required for technical support tickets and optional for limits and billing tickets.
csi
- the value to setpublic ListIncidentsRequest.Builder limit(Integer limit)
For list pagination. The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination.
limit
- the value to setpublic ListIncidentsRequest.Builder sortBy(SortBy sortBy)
The key to use to sort the returned items.
sortBy
- the value to setpublic ListIncidentsRequest.Builder sortOrder(SortOrder sortOrder)
The order to sort the results in.
sortOrder
- the value to setpublic ListIncidentsRequest.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the ticket.
lifecycleState
- the value to setpublic ListIncidentsRequest.Builder page(String page)
For list pagination. The value of the opc-next-page
response header from the
previous “List” call. For important details about how pagination works, see List
Pagination.
page
- the value to setpublic ListIncidentsRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic ListIncidentsRequest.Builder ocid(String ocid)
User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account. User OCID is mandatory for OCI Users and optional for Multicloud users.
ocid
- the value to setpublic ListIncidentsRequest.Builder homeregion(String homeregion)
The region of the tenancy.
homeregion
- the value to setpublic ListIncidentsRequest.Builder problemType(String problemType)
The kind of support request.
problemType
- the value to setpublic ListIncidentsRequest.Builder bearertokentype(String bearertokentype)
Token type that determine which cloud provider the request come from.
bearertokentype
- the value to setpublic ListIncidentsRequest.Builder bearertoken(String bearertoken)
Token that provided by multi cloud provider, which help to validate the email.
bearertoken
- the value to setpublic ListIncidentsRequest.Builder idtoken(String idtoken)
IdToken that provided by multi cloud provider, which help to validate the email.
idtoken
- the value to setpublic ListIncidentsRequest.Builder domainid(String domainid)
The OCID of identity domain. DomainID is mandatory if the user is part of Non Default Identity domain.
domainid
- the value to setpublic ListIncidentsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListIncidentsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListIncidentsRequest.Builder copy(ListIncidentsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListIncidentsRequest,Void>
o
- other request from which to copy valuespublic ListIncidentsRequest build()
Build the instance of ListIncidentsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListIncidentsRequest,Void>
public ListIncidentsRequest buildWithoutInvocationCallback()
Build the instance of ListIncidentsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.