public static class GetEventContentRequest.Builder extends Object implements BmcRequest.Builder<GetEventContentRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
GetEventContentRequest |
build()
Build the instance of GetEventContentRequest as configured by this builder
|
GetEventContentRequest |
buildWithoutInvocationCallback() |
GetEventContentRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
GetEventContentRequest.Builder |
copy(GetEventContentRequest o)
Copy method to populate the builder with values from the given instance.
|
GetEventContentRequest.Builder |
eventId(String eventId)
Unique Event identifier (OCID)
|
GetEventContentRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
GetEventContentRequest.Builder |
managedInstanceId(String managedInstanceId)
Instance Oracle Cloud identifier (ocid)
|
GetEventContentRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetEventContentRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbody$public GetEventContentRequest.Builder invocationCallback(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 GetEventContentRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration - the retry configuration to be used for the requestpublic GetEventContentRequest.Builder copy(GetEventContentRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface BmcRequest.Builder<GetEventContentRequest,Void>public GetEventContentRequest build()
Build the instance of GetEventContentRequest 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 BmcRequest.Builder<GetEventContentRequest,Void>public GetEventContentRequest.Builder managedInstanceId(String managedInstanceId)
Instance Oracle Cloud identifier (ocid)
this.public GetEventContentRequest.Builder eventId(String eventId)
Unique Event identifier (OCID)
this.public GetEventContentRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
this.public GetEventContentRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public GetEventContentRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.