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