Interface LogGroupSummary.Builder

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

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.
    • logType

      LogGroupSummary.Builder logType(String logType)

      The type of log.

      Parameters:
      logType - The type of log.
      Returns:
      Returns a reference to this object so that method calls can be chained together.