Uses of Interface
software.amazon.awssdk.services.s3.model.BucketLoggingStatus.Builder
Packages that use BucketLoggingStatus.Builder
-
Uses of BucketLoggingStatus.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BucketLoggingStatus.BuilderModifier and TypeMethodDescriptionstatic BucketLoggingStatus.BuilderBucketLoggingStatus.builder()default BucketLoggingStatus.BuilderBucketLoggingStatus.Builder.loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled) Sets the value of the LoggingEnabled property for this object.BucketLoggingStatus.Builder.loggingEnabled(LoggingEnabled loggingEnabled) Sets the value of the LoggingEnabled property for this object.BucketLoggingStatus.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type BucketLoggingStatus.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BucketLoggingStatus.Builder>BucketLoggingStatus.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type BucketLoggingStatus.BuilderModifier and TypeMethodDescriptiondefault PutBucketLoggingRequest.BuilderPutBucketLoggingRequest.Builder.bucketLoggingStatus(Consumer<BucketLoggingStatus.Builder> bucketLoggingStatus) Container for logging status information.