public static interface GetModelInvocationLoggingConfigurationResponse.Builder extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<GetModelInvocationLoggingConfigurationResponse.Builder,GetModelInvocationLoggingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetModelInvocationLoggingConfigurationResponse.Builder |
loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The current configuration values.
|
GetModelInvocationLoggingConfigurationResponse.Builder |
loggingConfig(LoggingConfig loggingConfig)
The current configuration values.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetModelInvocationLoggingConfigurationResponse.Builder loggingConfig(LoggingConfig loggingConfig)
The current configuration values.
loggingConfig - The current configuration values.default GetModelInvocationLoggingConfigurationResponse.Builder loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
The current configuration values.
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)Copyright © 2023. All rights reserved.