public static interface GetLogDeliveryConfigurationResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<GetLogDeliveryConfigurationResponse.Builder,GetLogDeliveryConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetLogDeliveryConfigurationResponse.Builder |
logDeliveryConfiguration(Consumer<LogDeliveryConfigurationType.Builder> logDeliveryConfiguration)
The detailed activity logging configuration of the requested user pool.
|
GetLogDeliveryConfigurationResponse.Builder |
logDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)
The detailed activity logging configuration of the requested user pool.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLogDeliveryConfigurationResponse.Builder logDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)
The detailed activity logging configuration of the requested user pool.
logDeliveryConfiguration - The detailed activity logging configuration of the requested user pool.default GetLogDeliveryConfigurationResponse.Builder logDeliveryConfiguration(Consumer<LogDeliveryConfigurationType.Builder> logDeliveryConfiguration)
The detailed activity logging configuration of 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.