Interface EventLogConfig.Builder

    • Method Detail

      • logLevel

        EventLogConfig.Builder logLevel​(String logLevel)

        The type of information to log for the Event API.

        Parameters:
        logLevel - The type of information to log for the Event API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventLogLevel, EventLogLevel
      • logLevel

        EventLogConfig.Builder logLevel​(EventLogLevel logLevel)

        The type of information to log for the Event API.

        Parameters:
        logLevel - The type of information to log for the Event API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventLogLevel, EventLogLevel
      • cloudWatchLogsRoleArn

        EventLogConfig.Builder cloudWatchLogsRoleArn​(String cloudWatchLogsRoleArn)

        The IAM service role that AppSync assumes to publish CloudWatch Logs in your account.

        Parameters:
        cloudWatchLogsRoleArn - The IAM service role that AppSync assumes to publish CloudWatch Logs in your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.