Interface LoggingConfig.Builder

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

public static interface LoggingConfig.Builder extends SdkPojo, CopyableBuilder<LoggingConfig.Builder,LoggingConfig>
  • Method Details

    • recordAllRosTopics

      @Deprecated LoggingConfig.Builder recordAllRosTopics(Boolean recordAllRosTopics)
      Deprecated.
      AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html.

      A boolean indicating whether to record all ROS topics.

      This API is no longer supported and will throw an error if used.

      Parameters:
      recordAllRosTopics - A boolean indicating whether to record all ROS topics.

      This API is no longer supported and will throw an error if used.

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