@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 AWS IoT Analytics.
|
boolean |
equals(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 AWS IoT Analytics to perform logging.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingOptions.Builder> |
serializableBuilderClass() |
LoggingOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String roleArn()
The ARN of the role that grants permission to AWS IoT Analytics to perform logging.
public 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()
.
LoggingLevel
public 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()
.
LoggingLevel
public Boolean enabled()
If true, logging is enabled for AWS IoT Analytics.
public LoggingOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LoggingOptions.Builder,LoggingOptions>
public static LoggingOptions.Builder builder()
public static Class<? extends LoggingOptions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.