Interface ListV2LoggingLevelsResponse.Builder

    • Method Detail

      • logTargetConfigurations

        ListV2LoggingLevelsResponse.Builder logTargetConfigurations​(Collection<LogTargetConfiguration> logTargetConfigurations)

        The logging configuration for a target.

        Parameters:
        logTargetConfigurations - The logging configuration for a target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logTargetConfigurations

        ListV2LoggingLevelsResponse.Builder logTargetConfigurations​(LogTargetConfiguration... logTargetConfigurations)

        The logging configuration for a target.

        Parameters:
        logTargetConfigurations - The logging configuration for a target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListV2LoggingLevelsResponse.Builder nextToken​(String nextToken)

        The token to use to get the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token to use to get the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.