Class UpdateAuditLoggingDestinationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.keymanagement.model.UpdateAuditLoggingDestinationDetails.Builder
-
- Enclosing class:
- UpdateAuditLoggingDestinationDetails
public static class UpdateAuditLoggingDestinationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAuditLoggingDestinationDetails.BuilderbucketName(String bucketName)The bucket name to which audit logs will be stored.UpdateAuditLoggingDestinationDetailsbuild()UpdateAuditLoggingDestinationDetails.BuildercompartmentId(String compartmentId)The compartmentId [OCID] under namespace to which audit logs will be stored.UpdateAuditLoggingDestinationDetails.Buildercopy(UpdateAuditLoggingDestinationDetails model)UpdateAuditLoggingDestinationDetails.Buildernamespace(String namespace)The namespace under bucket to which audit logs will be stored.
-
-
-
Method Detail
-
bucketName
public UpdateAuditLoggingDestinationDetails.Builder bucketName(String bucketName)
The bucket name to which audit logs will be stored.- Parameters:
bucketName- the value to set- Returns:
- this builder
-
namespace
public UpdateAuditLoggingDestinationDetails.Builder namespace(String namespace)
The namespace under bucket to which audit logs will be stored.- Parameters:
namespace- the value to set- Returns:
- this builder
-
compartmentId
public UpdateAuditLoggingDestinationDetails.Builder compartmentId(String compartmentId)
The compartmentId [OCID] under namespace to which audit logs will be stored.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
build
public UpdateAuditLoggingDestinationDetails build()
-
copy
public UpdateAuditLoggingDestinationDetails.Builder copy(UpdateAuditLoggingDestinationDetails model)
-
-