Interface LogSetup.Builder

    • Method Detail

      • typesWithStrings

        LogSetup.Builder typesWithStrings​(Collection<String> types)

        The available cluster control plane log types.

        Parameters:
        types - The available cluster control plane log types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typesWithStrings

        LogSetup.Builder typesWithStrings​(String... types)

        The available cluster control plane log types.

        Parameters:
        types - The available cluster control plane log types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        LogSetup.Builder types​(Collection<LogType> types)

        The available cluster control plane log types.

        Parameters:
        types - The available cluster control plane log types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        LogSetup.Builder types​(LogType... types)

        The available cluster control plane log types.

        Parameters:
        types - The available cluster control plane log types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabled

        LogSetup.Builder enabled​(Boolean enabled)

        If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently.

        Parameters:
        enabled - If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently.
        Returns:
        Returns a reference to this object so that method calls can be chained together.