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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description LoggingConfig.BuilderrecordAllRosTopics(Boolean recordAllRosTopics)Deprecated.AWS RoboMaker is ending support for ROS software suite.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-