public static class UpdateIncidentRequest.Builder extends Object implements BmcRequest.Builder<UpdateIncidentRequest,UpdateIncident>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateIncidentRequest.Builder |
bearertoken(String bearertoken)
Token that provided by multi cloud provider, which help to validate the email.
|
UpdateIncidentRequest.Builder |
bearertokentype(String bearertokentype)
Token type that determine which cloud provider the request come from.
|
UpdateIncidentRequest.Builder |
body$(UpdateIncident body)
Alternative setter for the body parameter.
|
UpdateIncidentRequest |
build()
Build the instance of UpdateIncidentRequest as configured by this builder
|
UpdateIncidentRequest |
buildWithoutInvocationCallback()
Build the instance of UpdateIncidentRequest as configured by this builder
|
UpdateIncidentRequest.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy.
|
UpdateIncidentRequest.Builder |
copy(UpdateIncidentRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateIncidentRequest.Builder |
csi(String csi)
The Customer Support Identifier (CSI) associated with the support account.
|
UpdateIncidentRequest.Builder |
domainid(String domainid)
The OCID of identity domain.
|
UpdateIncidentRequest.Builder |
homeregion(String homeregion)
The region of the tenancy.
|
UpdateIncidentRequest.Builder |
idtoken(String idtoken)
IdToken that provided by multi cloud provider, which help to validate the email.
|
UpdateIncidentRequest.Builder |
ifMatch(String ifMatch)
For optimistic concurrency control.
|
UpdateIncidentRequest.Builder |
incidentKey(String incidentKey)
Unique identifier for the support ticket.
|
UpdateIncidentRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateIncidentRequest.Builder |
ocid(String ocid)
User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle
Cloud Infrastructure account.
|
UpdateIncidentRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdateIncidentRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateIncidentRequest.Builder |
updateIncidentDetails(UpdateIncident updateIncidentDetails)
Details about the support ticket being updated.
|
public UpdateIncidentRequest.Builder incidentKey(String incidentKey)
Unique identifier for the support ticket.
incidentKey
- the value to setpublic UpdateIncidentRequest.Builder updateIncidentDetails(UpdateIncident updateIncidentDetails)
Details about the support ticket being updated.
updateIncidentDetails
- the value to setpublic UpdateIncidentRequest.Builder csi(String csi)
The Customer Support Identifier (CSI) associated with the support account.
csi
- the value to setpublic UpdateIncidentRequest.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 UpdateIncidentRequest.Builder compartmentId(String compartmentId)
The OCID of the tenancy.
compartmentId
- the value to setpublic UpdateIncidentRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
if-match
parameter to the value of the etag from a previous GET or POST response
for that resource. The resource will be updated or deleted only if the etag you provide
matches the resource’s current etag value.
ifMatch
- the value to setpublic UpdateIncidentRequest.Builder ocid(String ocid)
User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.
ocid
- the value to setpublic UpdateIncidentRequest.Builder homeregion(String homeregion)
The region of the tenancy.
homeregion
- the value to setpublic UpdateIncidentRequest.Builder bearertokentype(String bearertokentype)
Token type that determine which cloud provider the request come from.
bearertokentype
- the value to setpublic UpdateIncidentRequest.Builder bearertoken(String bearertoken)
Token that provided by multi cloud provider, which help to validate the email.
bearertoken
- the value to setpublic UpdateIncidentRequest.Builder idtoken(String idtoken)
IdToken that provided by multi cloud provider, which help to validate the email.
idtoken
- the value to setpublic UpdateIncidentRequest.Builder domainid(String domainid)
The OCID of identity domain.
domainid
- the value to setpublic UpdateIncidentRequest.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 UpdateIncidentRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateIncidentRequest.Builder copy(UpdateIncidentRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateIncidentRequest,UpdateIncident>
o
- other request from which to copy valuespublic UpdateIncidentRequest build()
Build the instance of UpdateIncidentRequest 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<UpdateIncidentRequest,UpdateIncident>
public UpdateIncidentRequest.Builder body$(UpdateIncident body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateIncidentRequest,UpdateIncident>
body
- the body parameterpublic UpdateIncidentRequest buildWithoutInvocationCallback()
Build the instance of UpdateIncidentRequest 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.