Class EnableAuditMgmtLogging.Builder
- java.lang.Object
-
- com.oracle.bmc.keymanagement.model.EnableAuditMgmtLogging.Builder
-
- Enclosing class:
- EnableAuditMgmtLogging
public static class EnableAuditMgmtLogging.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnableAuditMgmtLogging.BuilderauditLoggingStatus(EnableAuditMgmtLogging.AuditLoggingStatus auditLoggingStatus)Status of the audit logging.EnableAuditMgmtLoggingbuild()EnableAuditMgmtLogging.BuilderclusterCompartmentId(String clusterCompartmentId)Compartment OCID for the HSM cluster (bucket compartment).EnableAuditMgmtLogging.Buildercopy(EnableAuditMgmtLogging model)EnableAuditMgmtLogging.BuildercustomerBucketName(String customerBucketName)Name of the audit log’s associated customer bucket.EnableAuditMgmtLogging.BuilderhsmClusterId(String hsmClusterId)OCID of the HSM Cluster.EnableAuditMgmtLogging.Builderid(String id)Workflow request identifier.EnableAuditMgmtLogging.Buildernamespace(String namespace)Object Storage namespace of the bucket.
-
-
-
Method Detail
-
id
public EnableAuditMgmtLogging.Builder id(String id)
Workflow request identifier.- Parameters:
id- the value to set- Returns:
- this builder
-
hsmClusterId
public EnableAuditMgmtLogging.Builder hsmClusterId(String hsmClusterId)
OCID of the HSM Cluster.- Parameters:
hsmClusterId- the value to set- Returns:
- this builder
-
customerBucketName
public EnableAuditMgmtLogging.Builder customerBucketName(String customerBucketName)
Name of the audit log’s associated customer bucket.- Parameters:
customerBucketName- the value to set- Returns:
- this builder
-
namespace
public EnableAuditMgmtLogging.Builder namespace(String namespace)
Object Storage namespace of the bucket.- Parameters:
namespace- the value to set- Returns:
- this builder
-
clusterCompartmentId
public EnableAuditMgmtLogging.Builder clusterCompartmentId(String clusterCompartmentId)
Compartment OCID for the HSM cluster (bucket compartment).- Parameters:
clusterCompartmentId- the value to set- Returns:
- this builder
-
auditLoggingStatus
public EnableAuditMgmtLogging.Builder auditLoggingStatus(EnableAuditMgmtLogging.AuditLoggingStatus auditLoggingStatus)
Status of the audit logging.- Parameters:
auditLoggingStatus- the value to set- Returns:
- this builder
-
build
public EnableAuditMgmtLogging build()
-
copy
public EnableAuditMgmtLogging.Builder copy(EnableAuditMgmtLogging model)
-
-