Class ExperimentLogConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.fis.model.ExperimentLogConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExperimentLogConfiguration.Builder,ExperimentLogConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ExperimentLogConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentLogConfiguration.Builder,ExperimentLogConfiguration>
Describes the configuration for experiment logging.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExperimentLogConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExperimentLogConfiguration.Builderbuilder()ExperimentCloudWatchLogsLogConfigurationcloudWatchLogsConfiguration()The configuration for experiment logging to Amazon CloudWatch Logs.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerlogSchemaVersion()The schema version.ExperimentS3LogConfigurations3Configuration()The configuration for experiment logging to Amazon S3.List<SdkField<?>>sdkFields()static Class<? extends ExperimentLogConfiguration.Builder>serializableBuilderClass()ExperimentLogConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cloudWatchLogsConfiguration
public final ExperimentCloudWatchLogsLogConfiguration cloudWatchLogsConfiguration()
The configuration for experiment logging to Amazon CloudWatch Logs.
- Returns:
- The configuration for experiment logging to Amazon CloudWatch Logs.
-
s3Configuration
public final ExperimentS3LogConfiguration s3Configuration()
The configuration for experiment logging to Amazon S3.
- Returns:
- The configuration for experiment logging to Amazon S3.
-
logSchemaVersion
public final Integer logSchemaVersion()
The schema version.
- Returns:
- The schema version.
-
toBuilder
public ExperimentLogConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExperimentLogConfiguration.Builder,ExperimentLogConfiguration>
-
builder
public static ExperimentLogConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExperimentLogConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-