Interface LoggingOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoggingOptions.Builder,
,LoggingOptions> SdkBuilder<LoggingOptions.Builder,
,LoggingOptions> SdkPojo
- Enclosing class:
LoggingOptions
public static interface LoggingOptions.Builder
extends SdkPojo, CopyableBuilder<LoggingOptions.Builder,LoggingOptions>
-
Method Summary
Modifier and TypeMethodDescriptionIf true, logging is enabled for IoT Analytics.The logging level.level
(LoggingLevel level) The logging level.The ARN of the role that grants permission to IoT Analytics to perform logging.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
-
roleArn
The ARN of the role that grants permission to IoT Analytics to perform logging.
- Parameters:
roleArn
- The ARN of the role that grants permission to IoT Analytics to perform logging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
level
The logging level. Currently, only ERROR is supported.
- Parameters:
level
- The logging level. Currently, only ERROR is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
level
The logging level. Currently, only ERROR is supported.
- Parameters:
level
- The logging level. Currently, only ERROR is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enabled
If true, logging is enabled for IoT Analytics.
- Parameters:
enabled
- If true, logging is enabled for IoT Analytics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-