public static interface LogConfigurations.Builder extends SdkPojo, CopyableBuilder<LogConfigurations.Builder,LogConfigurations>
| Modifier and Type | Method and Description |
|---|---|
default LogConfigurations.Builder |
cloudwatch(Consumer<LogConfiguration.Builder> cloudwatch)
Parameters for publishing logs to Amazon CloudWatch Logs.
|
LogConfigurations.Builder |
cloudwatch(LogConfiguration cloudwatch)
Parameters for publishing logs to Amazon CloudWatch Logs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogConfigurations.Builder cloudwatch(LogConfiguration cloudwatch)
Parameters for publishing logs to Amazon CloudWatch Logs.
cloudwatch - Parameters for publishing logs to Amazon CloudWatch Logs.default LogConfigurations.Builder cloudwatch(Consumer<LogConfiguration.Builder> cloudwatch)
Parameters for publishing logs to Amazon CloudWatch Logs.
This is a convenience method that creates an instance of theLogConfiguration.Builder avoiding the
need to create one manually via LogConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cloudwatch(LogConfiguration).
cloudwatch - a consumer that will call methods on LogConfiguration.Buildercloudwatch(LogConfiguration)Copyright © 2023. All rights reserved.