Interface Logging.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Logging.Builder,,Logging> SdkBuilder<Logging.Builder,,Logging> SdkPojo
- Enclosing class:
Logging
-
Method Summary
Modifier and TypeMethodDescriptiondefault Logging.Builders3Logs(Consumer<S3Logs.Builder> s3Logs) The Amazon S3 logging configuration.The Amazon S3 logging configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
s3Logs
The Amazon S3 logging configuration.
- Parameters:
s3Logs- The Amazon S3 logging configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Logs
The Amazon S3 logging configuration.
This is a convenience method that creates an instance of theS3Logs.Builderavoiding the need to create one manually viaS3Logs.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Logs(S3Logs).- Parameters:
s3Logs- a consumer that will call methods onS3Logs.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-