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