Class UpdateFleetCredentialRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.requests.UpdateFleetCredentialRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateFleetCredentialRequest,UpdateFleetCredentialDetails>
 - Enclosing class:
- UpdateFleetCredentialRequest
 
 public static class UpdateFleetCredentialRequest.Builder extends Object implements BmcRequest.Builder<UpdateFleetCredentialRequest,UpdateFleetCredentialDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFleetCredentialRequest.Builderbody$(UpdateFleetCredentialDetails body)Alternative setter for the body parameter.UpdateFleetCredentialRequestbuild()Build the instance of UpdateFleetCredentialRequest as configured by this builderUpdateFleetCredentialRequestbuildWithoutInvocationCallback()Build the instance of UpdateFleetCredentialRequest as configured by this builderUpdateFleetCredentialRequest.Buildercopy(UpdateFleetCredentialRequest o)Copy method to populate the builder with values from the given instance.UpdateFleetCredentialRequest.BuilderfleetCredentialId(String fleetCredentialId)unique FleetCredential identifierUpdateFleetCredentialRequest.BuilderfleetId(String fleetId)Unique Fleet identifier.UpdateFleetCredentialRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateFleetCredentialRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateFleetCredentialRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.UpdateFleetCredentialRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateFleetCredentialRequest.BuilderupdateFleetCredentialDetails(UpdateFleetCredentialDetails updateFleetCredentialDetails)The credential information to be updated.
 
- 
- 
- 
Method Detail- 
fleetCredentialIdpublic UpdateFleetCredentialRequest.Builder fleetCredentialId(String fleetCredentialId) unique FleetCredential identifier- Parameters:
- fleetCredentialId- the value to set
- Returns:
- this builder instance
 
 - 
fleetIdpublic UpdateFleetCredentialRequest.Builder fleetId(String fleetId) Unique Fleet identifier.- Parameters:
- fleetId- the value to set
- Returns:
- this builder instance
 
 - 
updateFleetCredentialDetailspublic UpdateFleetCredentialRequest.Builder updateFleetCredentialDetails(UpdateFleetCredentialDetails updateFleetCredentialDetails) The credential information to be updated.- Parameters:
- updateFleetCredentialDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateFleetCredentialRequest.Builder ifMatch(String ifMatch) For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value. - Parameters:
- ifMatch- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic UpdateFleetCredentialRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateFleetCredentialRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic UpdateFleetCredentialRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic UpdateFleetCredentialRequest.Builder copy(UpdateFleetCredentialRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateFleetCredentialRequest,UpdateFleetCredentialDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateFleetCredentialRequest build() Build the instance of UpdateFleetCredentialRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<UpdateFleetCredentialRequest,UpdateFleetCredentialDetails>
- Returns:
- instance of UpdateFleetCredentialRequest
 
 - 
body$public UpdateFleetCredentialRequest.Builder body$(UpdateFleetCredentialDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateFleetCredentialRequest,UpdateFleetCredentialDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateFleetCredentialRequest buildWithoutInvocationCallback() Build the instance of UpdateFleetCredentialRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of UpdateFleetCredentialRequest
 
 
- 
 
-