Uses of Interface
software.amazon.awssdk.services.fis.model.ExperimentReportConfigurationOutputs.Builder
-
Packages that use ExperimentReportConfigurationOutputs.Builder Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentReportConfigurationOutputs.Builder in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentReportConfigurationOutputs.Builder Modifier and Type Method Description static ExperimentReportConfigurationOutputs.BuilderExperimentReportConfigurationOutputs. builder()default ExperimentReportConfigurationOutputs.BuilderExperimentReportConfigurationOutputs.Builder. s3Configuration(Consumer<ExperimentReportConfigurationOutputsS3Configuration.Builder> s3Configuration)The S3 destination for the experiment report.ExperimentReportConfigurationOutputs.BuilderExperimentReportConfigurationOutputs.Builder. s3Configuration(ExperimentReportConfigurationOutputsS3Configuration s3Configuration)The S3 destination for the experiment report.ExperimentReportConfigurationOutputs.BuilderExperimentReportConfigurationOutputs. toBuilder()Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentReportConfigurationOutputs.Builder Modifier and Type Method Description static Class<? extends ExperimentReportConfigurationOutputs.Builder>ExperimentReportConfigurationOutputs. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ExperimentReportConfigurationOutputs.Builder Modifier and Type Method Description default ExperimentReportConfiguration.BuilderExperimentReportConfiguration.Builder. outputs(Consumer<ExperimentReportConfigurationOutputs.Builder> outputs)The output destinations of the experiment report.
-