Interface AwsEksClusterLoggingClusterLoggingDetails.Builder

    • Method Detail

      • enabled

        AwsEksClusterLoggingClusterLoggingDetails.Builder enabled​(Boolean enabled)

        Whether the logging types that are listed in Types are enabled.

        Parameters:
        enabled - Whether the logging types that are listed in Types are enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        AwsEksClusterLoggingClusterLoggingDetails.Builder types​(Collection<String> types)

        A list of logging types. Valid values are as follows:

        • api

        • audit

        • authenticator

        • controllerManager

        • scheduler

        Parameters:
        types - A list of logging types. Valid values are as follows:

        • api

        • audit

        • authenticator

        • controllerManager

        • scheduler

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        AwsEksClusterLoggingClusterLoggingDetails.Builder types​(String... types)

        A list of logging types. Valid values are as follows:

        • api

        • audit

        • authenticator

        • controllerManager

        • scheduler

        Parameters:
        types - A list of logging types. Valid values are as follows:

        • api

        • audit

        • authenticator

        • controllerManager

        • scheduler

        Returns:
        Returns a reference to this object so that method calls can be chained together.