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