public static class GetEventRequest.Builder extends Object implements BmcRequest.Builder<GetEventRequest,Void>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetEventRequest |
build()
Build the instance of GetEventRequest as configured by this builder
|
GetEventRequest |
buildWithoutInvocationCallback()
Build the instance of GetEventRequest as configured by this builder
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbody$public GetEventRequest.Builder managedInstanceId(String managedInstanceId)
Instance Oracle Cloud identifier (ocid)
managedInstanceId - the value to setpublic GetEventRequest.Builder eventId(String eventId)
Unique Event identifier (OCID)
eventId - the value to setpublic GetEventRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
compartmentId - the value to setpublic GetEventRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId - the value to setpublic 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 buildWithoutInvocationCallback()
Build the instance of GetEventRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.util.internal.Consumer) into account,
while the method build() does
Copyright © 2016–2022. All rights reserved.