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