Uses of Interface
software.amazon.awssdk.services.s3.model.LoggingEnabled.Builder
Packages that use LoggingEnabled.Builder
-
Uses of LoggingEnabled.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LoggingEnabled.BuilderModifier and TypeMethodDescriptionstatic LoggingEnabled.BuilderLoggingEnabled.builder()LoggingEnabled.Builder.targetBucket(String targetBucket) Specifies the bucket where you want Amazon S3 to store server access logs.LoggingEnabled.Builder.targetGrants(Collection<TargetGrant> targetGrants) Container for granting information.LoggingEnabled.Builder.targetGrants(Consumer<TargetGrant.Builder>... targetGrants) Container for granting information.LoggingEnabled.Builder.targetGrants(TargetGrant... targetGrants) Container for granting information.default LoggingEnabled.BuilderLoggingEnabled.Builder.targetObjectKeyFormat(Consumer<TargetObjectKeyFormat.Builder> targetObjectKeyFormat) Amazon S3 key format for log objects.LoggingEnabled.Builder.targetObjectKeyFormat(TargetObjectKeyFormat targetObjectKeyFormat) Amazon S3 key format for log objects.LoggingEnabled.Builder.targetPrefix(String targetPrefix) A prefix for all log object keys.LoggingEnabled.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type LoggingEnabled.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LoggingEnabled.Builder>LoggingEnabled.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type LoggingEnabled.BuilderModifier and TypeMethodDescriptiondefault BucketLoggingStatus.BuilderBucketLoggingStatus.Builder.loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled) Sets the value of the LoggingEnabled property for this object.default GetBucketLoggingResponse.BuilderGetBucketLoggingResponse.Builder.loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled) Sets the value of the LoggingEnabled property for this object.