public static interface PutModelInvocationLoggingConfigurationRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<PutModelInvocationLoggingConfigurationRequest.Builder,PutModelInvocationLoggingConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
default PutModelInvocationLoggingConfigurationRequest.Builder |
loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The logging configuration values to set.
|
PutModelInvocationLoggingConfigurationRequest.Builder |
loggingConfig(LoggingConfig loggingConfig)
The logging configuration values to set.
|
PutModelInvocationLoggingConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutModelInvocationLoggingConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutModelInvocationLoggingConfigurationRequest.Builder loggingConfig(LoggingConfig loggingConfig)
The logging configuration values to set.
loggingConfig - The logging configuration values to set.default PutModelInvocationLoggingConfigurationRequest.Builder loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The logging configuration values to set.
This is a convenience method that creates an instance of theLoggingConfig.Builder avoiding the need
to create one manually via LoggingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loggingConfig(LoggingConfig).
loggingConfig - a consumer that will call methods on LoggingConfig.BuilderloggingConfig(LoggingConfig)PutModelInvocationLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutModelInvocationLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.