public static interface SetLogDeliveryConfigurationRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<SetLogDeliveryConfigurationRequest.Builder,SetLogDeliveryConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetLogDeliveryConfigurationRequest.Builder userPoolId(String userPoolId)
The ID of the user pool where you want to configure detailed activity logging .
userPoolId - The ID of the user pool where you want to configure detailed activity logging .SetLogDeliveryConfigurationRequest.Builder logConfigurations(Collection<LogConfigurationType> logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
logConfigurations - A collection of all of the detailed activity logging configurations for a user pool.SetLogDeliveryConfigurationRequest.Builder logConfigurations(LogConfigurationType... logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
logConfigurations - A collection of all of the detailed activity logging configurations for a user pool.SetLogDeliveryConfigurationRequest.Builder logConfigurations(Consumer<LogConfigurationType.Builder>... logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
This is a convenience method that creates an instance of theLogConfigurationType.Builder avoiding
the need to create one manually via
LogConfigurationType.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #logConfigurations(List.
logConfigurations - a consumer that will call methods on
LogConfigurationType.Builder#logConfigurations(java.util.Collection) SetLogDeliveryConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetLogDeliveryConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.