Interface Logging.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Logging.Builder,,- Logging> - SdkBuilder<Logging.Builder,,- Logging> - SdkPojo
- Enclosing class:
- Logging
@Mutable
@NotThreadSafe
public static interface Logging.Builder
extends SdkPojo, CopyableBuilder<Logging.Builder,Logging> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3LogsThe 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.
 
- 
s3LogsThe 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 on- S3Logs.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-