Class CreateCredentialExecuteGranteeResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.responses.CreateCredentialExecuteGranteeResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<CreateCredentialExecuteGranteeResponse>
- Enclosing class:
- CreateCredentialExecuteGranteeResponse
public static class CreateCredentialExecuteGranteeResponse.Builder extends Object implements BmcResponse.Builder<CreateCredentialExecuteGranteeResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCredentialExecuteGranteeResponse.Builder__httpStatusCode__(int __httpStatusCode__)CreateCredentialExecuteGranteeResponsebuild()Build the response object.CreateCredentialExecuteGranteeResponse.Buildercopy(CreateCredentialExecuteGranteeResponse o)Copy method to populate the builder with values from the given instance.CreateCredentialExecuteGranteeResponse.BuildercredentialExecuteGrantee(CredentialExecuteGrantee credentialExecuteGrantee)The returned CredentialExecuteGrantee instance.CreateCredentialExecuteGranteeResponse.Builderheaders(Map<String,List<String>> headers)CreateCredentialExecuteGranteeResponse.Builderlocation(String location)URI of the new resource which was created by the request.CreateCredentialExecuteGranteeResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.-
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.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public CreateCredentialExecuteGranteeResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<CreateCredentialExecuteGranteeResponse>
-
headers
public CreateCredentialExecuteGranteeResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<CreateCredentialExecuteGranteeResponse>
-
opcRequestId
public CreateCredentialExecuteGranteeResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
location
public CreateCredentialExecuteGranteeResponse.Builder location(String location)
URI of the new resource which was created by the request.- Parameters:
location- the value to set- Returns:
- this builder
-
credentialExecuteGrantee
public CreateCredentialExecuteGranteeResponse.Builder credentialExecuteGrantee(CredentialExecuteGrantee credentialExecuteGrantee)
The returned CredentialExecuteGrantee instance.- Parameters:
credentialExecuteGrantee- the value to set- Returns:
- this builder
-
copy
public CreateCredentialExecuteGranteeResponse.Builder copy(CreateCredentialExecuteGranteeResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<CreateCredentialExecuteGranteeResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public CreateCredentialExecuteGranteeResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<CreateCredentialExecuteGranteeResponse>- Returns:
- the response object
-
-