Class ExperimentTemplateReportConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.fis.model.ExperimentTemplateReportConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExperimentTemplateReportConfiguration.Builder,ExperimentTemplateReportConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ExperimentTemplateReportConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentTemplateReportConfiguration.Builder,ExperimentTemplateReportConfiguration>
Describes the experiment report configuration. For more information, see Experiment report configurations for AWS FIS.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExperimentTemplateReportConfiguration.Builder
-
Method Summary
-
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
-
outputs
public final ExperimentTemplateReportConfigurationOutputs outputs()
Describes the output destinations of the experiment report.
- Returns:
- Describes the output destinations of the experiment report.
-
dataSources
public final ExperimentTemplateReportConfigurationDataSources dataSources()
The data sources for the experiment report.
- Returns:
- The data sources for the experiment report.
-
preExperimentDuration
public final String preExperimentDuration()
The duration before the experiment start time for the data sources to include in the report.
- Returns:
- The duration before the experiment start time for the data sources to include in the report.
-
postExperimentDuration
public final String postExperimentDuration()
The duration after the experiment end time for the data sources to include in the report.
- Returns:
- The duration after the experiment end time for the data sources to include in the report.
-
toBuilder
public ExperimentTemplateReportConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExperimentTemplateReportConfiguration.Builder,ExperimentTemplateReportConfiguration>
-
builder
public static ExperimentTemplateReportConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExperimentTemplateReportConfiguration.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-