public static class UpdateUserRequest.Builder extends Object implements BmcRequest.Builder<UpdateUserRequest,UpdateUserDetails>
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest.Builder |
body$(UpdateUserDetails body)
Alternative setter for the body parameter.
|
UpdateUserRequest |
build()
Build the instance of UpdateUserRequest as configured by this builder
|
UpdateUserRequest |
buildWithoutInvocationCallback() |
UpdateUserRequest.Builder |
copy(UpdateUserRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateUserRequest.Builder |
ifMatch(String ifMatch) |
UpdateUserRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateUserRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
UpdateUserRequest.Builder |
updateUserDetails(UpdateUserDetails updateUserDetails) |
UpdateUserRequest.Builder |
userId(String userId) |
public UpdateUserRequest.Builder invocationCallback(com.oracle.bmc.util.internal.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 UpdateUserRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateUserRequest.Builder copy(UpdateUserRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateUserRequest,UpdateUserDetails>
public UpdateUserRequest build()
Build the instance of UpdateUserRequest 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<UpdateUserRequest,UpdateUserDetails>
public UpdateUserRequest.Builder body$(UpdateUserDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateUserRequest,UpdateUserDetails>
body
- the body parameterpublic UpdateUserRequest.Builder userId(String userId)
public UpdateUserRequest.Builder updateUserDetails(UpdateUserDetails updateUserDetails)
public UpdateUserRequest.Builder ifMatch(String ifMatch)
public UpdateUserRequest buildWithoutInvocationCallback()
Copyright © 2016–2020. All rights reserved.