PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.attachmentName(String attachmentName) |
The name of the file to attach to the support request.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.bearertoken(String bearertoken) |
Token that provided by multi cloud provider, which help to validate the email.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.bearertokentype(String bearertokentype) |
Token type that determine which cloud provider the request come from.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.body$(InputStream body) |
Alternative setter for the body parameter.
|
static PutAttachmentRequest.Builder |
PutAttachmentRequest.builder() |
Return a new builder for this request object.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.compartmentId(String compartmentId) |
The OCID of the tenancy.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.copy(PutAttachmentRequest o) |
Copy method to populate the builder with values from the given instance.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.csi(String csi) |
The Customer Support Identifier (CSI) number associated with the support account.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.domainid(String domainid) |
The OCID of identity domain.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.homeregion(String homeregion) |
The region of the tenancy.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.idtoken(String idtoken) |
IdToken that provided by multi cloud provider, which help to validate the email.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.ifMatch(String ifMatch) |
For optimistic concurrency control.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.incidentKey(String incidentKey) |
Unique identifier for the support request.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.isRestrictedFlag(Boolean isRestrictedFlag) |
Set to true when the attachment contains personal information (PI) or protected
health information (PHI).
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.ocid(String ocid) |
User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle
Cloud Infrastructure account.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.problemtype(String problemtype) |
The kind of support request.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.putAttachmentDetails(InputStream putAttachmentDetails) |
File to be uploaded as attachment to the Service Request.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
PutAttachmentRequest.Builder |
PutAttachmentRequest.toBuilder() |
|