| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingEnabled.Builder |
LoggingEnabled.builder() |
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetBucket(String targetBucket)
Specifies the bucket where you want Amazon S3 to store server access logs.
|
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetGrants(Collection<TargetGrant> targetGrants)
Container for granting information.
|
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetGrants(Consumer<TargetGrant.Builder>... targetGrants)
Container for granting information.
|
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetGrants(TargetGrant... targetGrants)
Container for granting information.
|
default LoggingEnabled.Builder |
LoggingEnabled.Builder.targetObjectKeyFormat(Consumer<TargetObjectKeyFormat.Builder> targetObjectKeyFormat)
Amazon S3 key format for log objects.
|
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetObjectKeyFormat(TargetObjectKeyFormat targetObjectKeyFormat)
Amazon S3 key format for log objects.
|
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetPrefix(String targetPrefix)
A prefix for all log object keys.
|
LoggingEnabled.Builder |
LoggingEnabled.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingEnabled.Builder> |
LoggingEnabled.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketLoggingResponse.Builder |
GetBucketLoggingResponse.Builder.loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled)
Sets the value of the LoggingEnabled property for this object.
|
default BucketLoggingStatus.Builder |
BucketLoggingStatus.Builder.loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled)
Sets the value of the LoggingEnabled property for this object.
|
Copyright © 2026. All rights reserved.