Class GetTypeRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.requests.GetTypeRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetTypeRequest,Void>
- Enclosing class:
- GetTypeRequest
public static class GetTypeRequest.Builder extends Object implements BmcRequest.Builder<GetTypeRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTypeRequestbuild()Build the instance of GetTypeRequest as configured by this builderGetTypeRequestbuildWithoutInvocationCallback()Build the instance of GetTypeRequest as configured by this builderGetTypeRequest.BuildercatalogId(String catalogId)Unique catalog identifier.GetTypeRequest.Buildercopy(GetTypeRequest o)Copy method to populate the builder with values from the given instance.GetTypeRequest.Builderfields(GetTypeRequest.Fields singularValue)Singular setter.GetTypeRequest.Builderfields(List<GetTypeRequest.Fields> fields)Specifies the fields to return in a type response.GetTypeRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetTypeRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.GetTypeRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.GetTypeRequest.BuildertypeKey(String typeKey)Unique type key.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
catalogId
public GetTypeRequest.Builder catalogId(String catalogId)
Unique catalog identifier.- Parameters:
catalogId- the value to set- Returns:
- this builder instance
-
typeKey
public GetTypeRequest.Builder typeKey(String typeKey)
Unique type key.- Parameters:
typeKey- the value to set- Returns:
- this builder instance
-
fields
public GetTypeRequest.Builder fields(List<GetTypeRequest.Fields> fields)
Specifies the fields to return in a type response.- Parameters:
fields- the value to set- Returns:
- this builder instance
-
fields
public GetTypeRequest.Builder fields(GetTypeRequest.Fields singularValue)
Singular setter.Specifies the fields to return in a type response.
- Parameters:
singularValue- the singular value to set- Returns:
- this builder instance
-
opcRequestId
public GetTypeRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public GetTypeRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public GetTypeRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public GetTypeRequest.Builder copy(GetTypeRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<GetTypeRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public GetTypeRequest build()
Build the instance of GetTypeRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance.
- Specified by:
buildin interfaceBmcRequest.Builder<GetTypeRequest,Void>- Returns:
- instance of GetTypeRequest
-
buildWithoutInvocationCallback
public GetTypeRequest buildWithoutInvocationCallback()
Build the instance of GetTypeRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of GetTypeRequest
-
-