Interface MonitoringJsonDatasetFormat.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MonitoringJsonDatasetFormat.Builder,
,MonitoringJsonDatasetFormat> SdkBuilder<MonitoringJsonDatasetFormat.Builder,
,MonitoringJsonDatasetFormat> SdkPojo
- Enclosing class:
MonitoringJsonDatasetFormat
public static interface MonitoringJsonDatasetFormat.Builder
extends SdkPojo, CopyableBuilder<MonitoringJsonDatasetFormat.Builder,MonitoringJsonDatasetFormat>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates if the file should be read as a JSON object per line.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 Details
-
line
Indicates if the file should be read as a JSON object per line.
- Parameters:
line
- Indicates if the file should be read as a JSON object per line.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-