UpdateAgentRequest.Builder | 
UpdateAgentRequest.Builder.agentId(String agentId) | 
 Unique Agent identifier path parameter. 
 | 
UpdateAgentRequest.Builder | 
UpdateAgentRequest.Builder.body$(UpdateAgentDetails body) | 
 Alternative setter for the body parameter. 
 | 
static UpdateAgentRequest.Builder | 
UpdateAgentRequest.builder() | 
 Return a new builder for this request object. 
 | 
UpdateAgentRequest.Builder | 
UpdateAgentRequest.Builder.copy(UpdateAgentRequest o) | 
 Copy method to populate the builder with values from the given instance. 
 | 
UpdateAgentRequest.Builder | 
UpdateAgentRequest.Builder.ifMatch(String ifMatch) | 
 For optimistic concurrency control. 
 | 
UpdateAgentRequest.Builder | 
UpdateAgentRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) | 
 Set the invocation callback for the request to be built. 
 | 
UpdateAgentRequest.Builder | 
UpdateAgentRequest.Builder.opcRequestId(String opcRequestId) | 
 The client request ID for tracing. 
 | 
UpdateAgentRequest.Builder | 
UpdateAgentRequest.Builder.opcRetryToken(String opcRetryToken) | 
 A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing the same action again. 
 | 
UpdateAgentRequest.Builder | 
UpdateAgentRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) | 
 Set the retry configuration for the request to be built. 
 | 
UpdateAgentRequest.Builder | 
UpdateAgentRequest.toBuilder() | 
 | 
UpdateAgentRequest.Builder | 
UpdateAgentRequest.Builder.updateAgentDetails(UpdateAgentDetails updateAgentDetails) | 
 The information to be updated. 
 |