@Generated(value="software.amazon.awssdk:codegen") public final class ExperimentLogConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentLogConfiguration.Builder,ExperimentLogConfiguration>
Describes the configuration for experiment logging.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExperimentLogConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentLogConfiguration.Builder |
builder() |
ExperimentCloudWatchLogsLogConfiguration |
cloudWatchLogsConfiguration()
The configuration for experiment logging to Amazon CloudWatch Logs.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
logSchemaVersion()
The schema version.
|
ExperimentS3LogConfiguration |
s3Configuration()
The configuration for experiment logging to Amazon S3.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExperimentLogConfiguration.Builder> |
serializableBuilderClass() |
ExperimentLogConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ExperimentCloudWatchLogsLogConfiguration cloudWatchLogsConfiguration()
The configuration for experiment logging to Amazon CloudWatch Logs.
public final ExperimentS3LogConfiguration s3Configuration()
The configuration for experiment logging to Amazon S3.
public final Integer logSchemaVersion()
The schema version.
public ExperimentLogConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExperimentLogConfiguration.Builder,ExperimentLogConfiguration>public static ExperimentLogConfiguration.Builder builder()
public static Class<? extends ExperimentLogConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.