public static class PreviewScaleBlockchainPlatformRequest.Builder extends Object implements BmcRequest.Builder<PreviewScaleBlockchainPlatformRequest,ScaleBlockchainPlatformDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PreviewScaleBlockchainPlatformRequest.Builder |
blockchainPlatformId(String blockchainPlatformId)
Unique service identifier.
|
PreviewScaleBlockchainPlatformRequest.Builder |
body$(ScaleBlockchainPlatformDetails body)
Alternative setter for the body parameter.
|
PreviewScaleBlockchainPlatformRequest |
build()
Build the instance of PreviewScaleBlockchainPlatformRequest as configured by this builder
|
PreviewScaleBlockchainPlatformRequest |
buildWithoutInvocationCallback()
Build the instance of PreviewScaleBlockchainPlatformRequest as configured by this builder
|
PreviewScaleBlockchainPlatformRequest.Builder |
copy(PreviewScaleBlockchainPlatformRequest o)
Copy method to populate the builder with values from the given instance.
|
PreviewScaleBlockchainPlatformRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
PreviewScaleBlockchainPlatformRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
PreviewScaleBlockchainPlatformRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
PreviewScaleBlockchainPlatformRequest.Builder |
scaleBlockchainPlatformDetails(ScaleBlockchainPlatformDetails scaleBlockchainPlatformDetails)
Input payload to scaleout blockchain platform.
|
public PreviewScaleBlockchainPlatformRequest.Builder blockchainPlatformId(String blockchainPlatformId)
Unique service identifier.
blockchainPlatformId
- the value to setpublic PreviewScaleBlockchainPlatformRequest.Builder scaleBlockchainPlatformDetails(ScaleBlockchainPlatformDetails scaleBlockchainPlatformDetails)
Input payload to scaleout blockchain platform. The payload cannot be empty.
scaleBlockchainPlatformDetails
- the value to setpublic PreviewScaleBlockchainPlatformRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic PreviewScaleBlockchainPlatformRequest.Builder invocationCallback(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 PreviewScaleBlockchainPlatformRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic PreviewScaleBlockchainPlatformRequest.Builder copy(PreviewScaleBlockchainPlatformRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<PreviewScaleBlockchainPlatformRequest,ScaleBlockchainPlatformDetails>
o
- other request from which to copy valuespublic PreviewScaleBlockchainPlatformRequest build()
Build the instance of PreviewScaleBlockchainPlatformRequest 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<PreviewScaleBlockchainPlatformRequest,ScaleBlockchainPlatformDetails>
public PreviewScaleBlockchainPlatformRequest.Builder body$(ScaleBlockchainPlatformDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<PreviewScaleBlockchainPlatformRequest,ScaleBlockchainPlatformDetails>
body
- the body parameterpublic PreviewScaleBlockchainPlatformRequest buildWithoutInvocationCallback()
Build the instance of PreviewScaleBlockchainPlatformRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method build()
does
Copyright © 2016–2022. All rights reserved.