public static class GetStageRequest.Builder extends Object implements BmcRequest.Builder<GetStageRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetStageRequest |
build()
Build the instance of GetStageRequest as configured by this builder
|
GetStageRequest |
buildWithoutInvocationCallback()
Build the instance of GetStageRequest as configured by this builder
|
GetStageRequest.Builder |
copy(GetStageRequest o)
Copy method to populate the builder with values from the given instance.
|
GetStageRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetStageRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetStageRequest.Builder |
remediationRunId(String remediationRunId)
Unique Remediation Run identifier path parameter.
|
GetStageRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetStageRequest.Builder |
stageType(RemediationRunStageType stageType)
The type of Remediation Run Stage, as a URL path parameter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetStageRequest.Builder remediationRunId(String remediationRunId)
Unique Remediation Run identifier path parameter.
remediationRunId
- the value to setpublic GetStageRequest.Builder stageType(RemediationRunStageType stageType)
The type of Remediation Run Stage, as a URL path parameter.
stageType
- the value to setpublic GetStageRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic GetStageRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic GetStageRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetStageRequest.Builder copy(GetStageRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetStageRequest,Void>
o
- other request from which to copy valuespublic GetStageRequest build()
Build the instance of GetStageRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<GetStageRequest,Void>
public GetStageRequest buildWithoutInvocationCallback()
Build the instance of GetStageRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.