public static interface UpdateLoggingConfigurationRequest.Builder extends IvschatRequest.Builder, SdkPojo, CopyableBuilder<UpdateLoggingConfigurationRequest.Builder,UpdateLoggingConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLoggingConfigurationRequest.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged. There can be
only one type of destination (cloudWatchLogs, firehose, or s3) in a
destinationConfiguration.
destinationConfiguration - A complex type that contains a destination configuration for where chat content will be logged. There
can be only one type of destination (cloudWatchLogs, firehose, or
s3) in a destinationConfiguration.default UpdateLoggingConfigurationRequest.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged. There can be
only one type of destination (cloudWatchLogs, firehose, or s3) in a
destinationConfiguration.
DestinationConfiguration.Builder
avoiding the need to create one manually via DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to destinationConfiguration(DestinationConfiguration).
destinationConfiguration - a consumer that will call methods on DestinationConfiguration.BuilderdestinationConfiguration(DestinationConfiguration)UpdateLoggingConfigurationRequest.Builder identifier(String identifier)
Identifier of the logging configuration to be updated.
identifier - Identifier of the logging configuration to be updated.UpdateLoggingConfigurationRequest.Builder name(String name)
Logging-configuration name. The value does not need to be unique.
name - Logging-configuration name. The value does not need to be unique.UpdateLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.