public static interface Logging.Builder extends SdkPojo, CopyableBuilder<Logging.Builder,Logging>
| Modifier and Type | Method and Description |
|---|---|
default Logging.Builder |
s3Logs(Consumer<S3Logs.Builder> s3Logs)
The Amazon S3 logging configuration.
|
Logging.Builder |
s3Logs(S3Logs s3Logs)
The Amazon S3 logging configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogging.Builder s3Logs(S3Logs s3Logs)
The Amazon S3 logging configuration.
s3Logs - The Amazon S3 logging configuration.default Logging.Builder s3Logs(Consumer<S3Logs.Builder> s3Logs)
The Amazon S3 logging configuration.
This is a convenience that creates an instance of theS3Logs.Builder avoiding the need to create one
manually via S3Logs.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Logs(S3Logs).s3Logs - a consumer that will call methods on S3Logs.Builders3Logs(S3Logs)Copyright © 2021. All rights reserved.