public static class GetExadataInfrastructureUnAllocatedResourcesRequest.Builder extends Object implements BmcRequest.Builder<GetExadataInfrastructureUnAllocatedResourcesRequest,Void>
Constructor and Description |
---|
Builder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetExadataInfrastructureUnAllocatedResourcesRequest.Builder exadataInfrastructureId(String exadataInfrastructureId)
The Exadata infrastructure OCID.
exadataInfrastructureId
- the value to setpublic GetExadataInfrastructureUnAllocatedResourcesRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic GetExadataInfrastructureUnAllocatedResourcesRequest.Builder dbServers(List<String> dbServers)
The list of OCIDs of the Db servers.
dbServers
- the value to setpublic GetExadataInfrastructureUnAllocatedResourcesRequest.Builder dbServers(String singularValue)
Singular setter. The list of OCIDs of the Db servers.
singularValue
- the singular value to setpublic GetExadataInfrastructureUnAllocatedResourcesRequest.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 GetExadataInfrastructureUnAllocatedResourcesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetExadataInfrastructureUnAllocatedResourcesRequest.Builder copy(GetExadataInfrastructureUnAllocatedResourcesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetExadataInfrastructureUnAllocatedResourcesRequest,Void>
o
- other request from which to copy valuespublic GetExadataInfrastructureUnAllocatedResourcesRequest build()
Build the instance of GetExadataInfrastructureUnAllocatedResourcesRequest 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<GetExadataInfrastructureUnAllocatedResourcesRequest,Void>
public GetExadataInfrastructureUnAllocatedResourcesRequest buildWithoutInvocationCallback()
Build the instance of GetExadataInfrastructureUnAllocatedResourcesRequest 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.