public static interface SetLogDeliveryConfigurationResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<SetLogDeliveryConfigurationResponse.Builder,SetLogDeliveryConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default SetLogDeliveryConfigurationResponse.Builder |
logDeliveryConfiguration(Consumer<LogDeliveryConfigurationType.Builder> logDeliveryConfiguration)
The detailed activity logging configuration that you applied to the requested user pool.
|
SetLogDeliveryConfigurationResponse.Builder |
logDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)
The detailed activity logging configuration that you applied to the requested user pool.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetLogDeliveryConfigurationResponse.Builder logDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)
The detailed activity logging configuration that you applied to the requested user pool.
logDeliveryConfiguration - The detailed activity logging configuration that you applied to the requested user pool.default SetLogDeliveryConfigurationResponse.Builder logDeliveryConfiguration(Consumer<LogDeliveryConfigurationType.Builder> logDeliveryConfiguration)
The detailed activity logging configuration that you applied to the requested user pool.
This is a convenience method that creates an instance of theLogDeliveryConfigurationType.Builder
avoiding the need to create one manually via LogDeliveryConfigurationType.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to logDeliveryConfiguration(LogDeliveryConfigurationType).
logDeliveryConfiguration - a consumer that will call methods on LogDeliveryConfigurationType.BuilderlogDeliveryConfiguration(LogDeliveryConfigurationType)Copyright © 2023. All rights reserved.