@Generated(value="software.amazon.awssdk:codegen") public final class LoggingOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingOptions.Builder,LoggingOptions>
Information about logging options.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoggingOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoggingOptions.Builder |
builder() |
Boolean |
enabled()
If true, logging is enabled for IoT Analytics.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoggingLevel |
level()
The logging level.
|
String |
levelAsString()
The logging level.
|
String |
roleArn()
The ARN of the role that grants permission to IoT Analytics to perform logging.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingOptions.Builder> |
serializableBuilderClass() |
LoggingOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleArn()
The ARN of the role that grants permission to IoT Analytics to perform logging.
public final LoggingLevel level()
The logging level. Currently, only ERROR is supported.
If the service returns an enum value that is not available in the current SDK version, level will return
LoggingLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
levelAsString().
LoggingLevelpublic final String levelAsString()
The logging level. Currently, only ERROR is supported.
If the service returns an enum value that is not available in the current SDK version, level will return
LoggingLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
levelAsString().
LoggingLevelpublic final Boolean enabled()
If true, logging is enabled for IoT Analytics.
public LoggingOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoggingOptions.Builder,LoggingOptions>public static LoggingOptions.Builder builder()
public static Class<? extends LoggingOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.