public static interface LogDeliveryConfigurationType.Builder extends SdkPojo, CopyableBuilder<LogDeliveryConfigurationType.Builder,LogDeliveryConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
LogDeliveryConfigurationType.Builder |
logConfigurations(Collection<LogConfigurationType> logConfigurations)
The detailed activity logging destination of a user pool.
|
LogDeliveryConfigurationType.Builder |
logConfigurations(Consumer<LogConfigurationType.Builder>... logConfigurations)
The detailed activity logging destination of a user pool.
|
LogDeliveryConfigurationType.Builder |
logConfigurations(LogConfigurationType... logConfigurations)
The detailed activity logging destination of a user pool.
|
LogDeliveryConfigurationType.Builder |
userPoolId(String userPoolId)
The ID of the user pool where you configured detailed activity logging.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogDeliveryConfigurationType.Builder userPoolId(String userPoolId)
The ID of the user pool where you configured detailed activity logging.
userPoolId - The ID of the user pool where you configured detailed activity logging.LogDeliveryConfigurationType.Builder logConfigurations(Collection<LogConfigurationType> logConfigurations)
The detailed activity logging destination of a user pool.
logConfigurations - The detailed activity logging destination of a user pool.LogDeliveryConfigurationType.Builder logConfigurations(LogConfigurationType... logConfigurations)
The detailed activity logging destination of a user pool.
logConfigurations - The detailed activity logging destination of a user pool.LogDeliveryConfigurationType.Builder logConfigurations(Consumer<LogConfigurationType.Builder>... logConfigurations)
The detailed activity logging destination of 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) Copyright © 2023. All rights reserved.