Interface LogGroupSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LogGroupSummary.Builder,LogGroupSummary>, SdkBuilder<LogGroupSummary.Builder,LogGroupSummary>, SdkPojo
Enclosing class:
LogGroupSummary

@Mutable @NotThreadSafe public static interface LogGroupSummary.Builder extends SdkPojo, CopyableBuilder<LogGroupSummary.Builder,LogGroupSummary>
  • Method Details

    • 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

      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: