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