Uses of Interface
software.amazon.awssdk.services.fis.model.ExperimentReportConfigurationOutputsS3Configuration.Builder
-
Packages that use ExperimentReportConfigurationOutputsS3Configuration.Builder Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentReportConfigurationOutputsS3Configuration.Builder in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentReportConfigurationOutputsS3Configuration.Builder Modifier and Type Method Description ExperimentReportConfigurationOutputsS3Configuration.BuilderExperimentReportConfigurationOutputsS3Configuration.Builder. bucketName(String bucketName)The name of the S3 bucket where the experiment report will be stored.static ExperimentReportConfigurationOutputsS3Configuration.BuilderExperimentReportConfigurationOutputsS3Configuration. builder()ExperimentReportConfigurationOutputsS3Configuration.BuilderExperimentReportConfigurationOutputsS3Configuration.Builder. prefix(String prefix)The prefix of the S3 bucket where the experiment report will be stored.ExperimentReportConfigurationOutputsS3Configuration.BuilderExperimentReportConfigurationOutputsS3Configuration. toBuilder()Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentReportConfigurationOutputsS3Configuration.Builder Modifier and Type Method Description static Class<? extends ExperimentReportConfigurationOutputsS3Configuration.Builder>ExperimentReportConfigurationOutputsS3Configuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ExperimentReportConfigurationOutputsS3Configuration.Builder Modifier and Type Method Description default ExperimentReportConfigurationOutputs.BuilderExperimentReportConfigurationOutputs.Builder. s3Configuration(Consumer<ExperimentReportConfigurationOutputsS3Configuration.Builder> s3Configuration)The S3 destination for the experiment report.
-