Interface LogGroupSummary.Builder

    • Method Detail

      • logGroupName

        LogGroupSummary.Builder logGroupName​(String logGroupName)

        The name of the log group.

        Parameters:
        logGroupName - The name of the log group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logGroupArn

        LogGroupSummary.Builder logGroupArn​(String logGroupArn)

        The Amazon Resource Name (ARN) of the log group.

        Parameters:
        logGroupArn - The Amazon Resource Name (ARN) of the log group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logGroupClass

        LogGroupSummary.Builder logGroupClass​(String logGroupClass)

        The log group class for this log group. For details about the features supported by each log group class, see Log classes

        Parameters:
        logGroupClass - The log group class for this log group. For details about the features supported by each log group class, see Log classes
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogGroupClass, LogGroupClass
      • logGroupClass

        LogGroupSummary.Builder logGroupClass​(LogGroupClass logGroupClass)

        The log group class for this log group. For details about the features supported by each log group class, see Log classes

        Parameters:
        logGroupClass - The log group class for this log group. For details about the features supported by each log group class, see Log classes
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogGroupClass, LogGroupClass