Class EnableAuditMgmtLoggingResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.keymanagement.responses.EnableAuditMgmtLoggingResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<EnableAuditMgmtLoggingResponse>
- Enclosing class:
- EnableAuditMgmtLoggingResponse
public static class EnableAuditMgmtLoggingResponse.Builder extends Object implements BmcResponse.Builder<EnableAuditMgmtLoggingResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnableAuditMgmtLoggingResponse.Builder__httpStatusCode__(int __httpStatusCode__)EnableAuditMgmtLoggingResponsebuild()Build the response object.EnableAuditMgmtLoggingResponse.Buildercopy(EnableAuditMgmtLoggingResponse o)Copy method to populate the builder with values from the given instance.EnableAuditMgmtLoggingResponse.BuilderenableAuditMgmtLogging(EnableAuditMgmtLogging enableAuditMgmtLogging)The returned EnableAuditMgmtLogging instance.EnableAuditMgmtLoggingResponse.Builderetag(String etag)For optimistic concurrency control.EnableAuditMgmtLoggingResponse.Builderheaders(Map<String,List<String>> headers)EnableAuditMgmtLoggingResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.EnableAuditMgmtLoggingResponse.BuilderopcWorkRequestId(String opcWorkRequestId)Work-request OCID tracking enable-audit-logging.-
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 EnableAuditMgmtLoggingResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<EnableAuditMgmtLoggingResponse>
-
headers
public EnableAuditMgmtLoggingResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<EnableAuditMgmtLoggingResponse>
-
opcWorkRequestId
public EnableAuditMgmtLoggingResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Work-request OCID tracking enable-audit-logging.- Parameters:
opcWorkRequestId- the value to set- Returns:
- this builder
-
opcRequestId
public EnableAuditMgmtLoggingResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
etag
public EnableAuditMgmtLoggingResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag- the value to set- Returns:
- this builder
-
enableAuditMgmtLogging
public EnableAuditMgmtLoggingResponse.Builder enableAuditMgmtLogging(EnableAuditMgmtLogging enableAuditMgmtLogging)
The returned EnableAuditMgmtLogging instance.- Parameters:
enableAuditMgmtLogging- the value to set- Returns:
- this builder
-
copy
public EnableAuditMgmtLoggingResponse.Builder copy(EnableAuditMgmtLoggingResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<EnableAuditMgmtLoggingResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public EnableAuditMgmtLoggingResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<EnableAuditMgmtLoggingResponse>- Returns:
- the response object
-
-