Interface LogDeliveryConfigurationType.Builder

    • Method Detail

      • userPoolId

        LogDeliveryConfigurationType.Builder userPoolId​(String userPoolId)

        The ID of the user pool where you configured logging.

        Parameters:
        userPoolId - The ID of the user pool where you configured logging.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logConfigurations

        LogDeliveryConfigurationType.Builder logConfigurations​(Collection<LogConfigurationType> logConfigurations)

        A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.

        Parameters:
        logConfigurations - A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logConfigurations

        LogDeliveryConfigurationType.Builder logConfigurations​(LogConfigurationType... logConfigurations)

        A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.

        Parameters:
        logConfigurations - A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.