Interface LogDeliveryConfigurationType.Builder

    • Method Detail

      • userPoolId

        LogDeliveryConfigurationType.Builder userPoolId​(String userPoolId)

        The ID of the user pool where you configured detailed activity logging.

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

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

        The detailed activity logging destination of a user pool.

        Parameters:
        logConfigurations - The detailed activity logging destination of a user pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logConfigurations

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

        The detailed activity logging destination of a user pool.

        Parameters:
        logConfigurations - The detailed activity logging destination of a user pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.