public static interface LoggingConfig.Builder extends SdkPojo, CopyableBuilder<LoggingConfig.Builder,LoggingConfig>
| Modifier and Type | Method and Description |
|---|---|
LoggingConfig.Builder |
cloudWatchConfig(CloudWatchConfig cloudWatchConfig)
CloudWatch logging configuration.
|
default LoggingConfig.Builder |
cloudWatchConfig(Consumer<CloudWatchConfig.Builder> cloudWatchConfig)
CloudWatch logging configuration.
|
LoggingConfig.Builder |
embeddingDataDeliveryEnabled(Boolean embeddingDataDeliveryEnabled)
Set to include embeddings data in the log delivery.
|
LoggingConfig.Builder |
imageDataDeliveryEnabled(Boolean imageDataDeliveryEnabled)
Set to include image data in the log delivery.
|
default LoggingConfig.Builder |
s3Config(Consumer<S3Config.Builder> s3Config)
S3 configuration for storing log data.
|
LoggingConfig.Builder |
s3Config(S3Config s3Config)
S3 configuration for storing log data.
|
LoggingConfig.Builder |
textDataDeliveryEnabled(Boolean textDataDeliveryEnabled)
Set to include text data in the log delivery.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfig.Builder cloudWatchConfig(CloudWatchConfig cloudWatchConfig)
CloudWatch logging configuration.
cloudWatchConfig - CloudWatch logging configuration.default LoggingConfig.Builder cloudWatchConfig(Consumer<CloudWatchConfig.Builder> cloudWatchConfig)
CloudWatch logging configuration.
This is a convenience method that creates an instance of theCloudWatchConfig.Builder avoiding the
need to create one manually via CloudWatchConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cloudWatchConfig(CloudWatchConfig).
cloudWatchConfig - a consumer that will call methods on CloudWatchConfig.BuildercloudWatchConfig(CloudWatchConfig)LoggingConfig.Builder s3Config(S3Config s3Config)
S3 configuration for storing log data.
s3Config - S3 configuration for storing log data.default LoggingConfig.Builder s3Config(Consumer<S3Config.Builder> s3Config)
S3 configuration for storing log data.
This is a convenience method that creates an instance of theS3Config.Builder avoiding the need to
create one manually via S3Config.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Config(S3Config).
s3Config - a consumer that will call methods on S3Config.Builders3Config(S3Config)LoggingConfig.Builder textDataDeliveryEnabled(Boolean textDataDeliveryEnabled)
Set to include text data in the log delivery.
textDataDeliveryEnabled - Set to include text data in the log delivery.LoggingConfig.Builder imageDataDeliveryEnabled(Boolean imageDataDeliveryEnabled)
Set to include image data in the log delivery.
imageDataDeliveryEnabled - Set to include image data in the log delivery.LoggingConfig.Builder embeddingDataDeliveryEnabled(Boolean embeddingDataDeliveryEnabled)
Set to include embeddings data in the log delivery.
embeddingDataDeliveryEnabled - Set to include embeddings data in the log delivery.Copyright © 2023. All rights reserved.