public static class UpdateUserStateRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateUserStateRequest |
build()
Build the instance of UpdateUserStateRequest as configured by this builder
|
UpdateUserStateRequest |
buildWithoutInvocationCallback() |
UpdateUserStateRequest.Builder |
copy(UpdateUserStateRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateUserStateRequest.Builder |
ifMatch(String ifMatch) |
UpdateUserStateRequest.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.
|
UpdateUserStateRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
UpdateUserStateRequest.Builder |
updateStateDetails(UpdateStateDetails updateStateDetails) |
UpdateUserStateRequest.Builder |
userId(String userId) |
public UpdateUserStateRequest.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 UpdateUserStateRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateUserStateRequest.Builder copy(UpdateUserStateRequest o)
Copy method to populate the builder with values from the given instance.
public UpdateUserStateRequest build()
Build the instance of UpdateUserStateRequest 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.
public UpdateUserStateRequest.Builder userId(String userId)
public UpdateUserStateRequest.Builder updateStateDetails(UpdateStateDetails updateStateDetails)
public UpdateUserStateRequest.Builder ifMatch(String ifMatch)
public UpdateUserStateRequest buildWithoutInvocationCallback()
Copyright © 2016–2019. All rights reserved.