Uses of Interface
software.amazon.awssdk.services.fis.model.ExperimentTemplateS3LogConfigurationInput.Builder
-
Packages that use ExperimentTemplateS3LogConfigurationInput.Builder Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentTemplateS3LogConfigurationInput.Builder in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentTemplateS3LogConfigurationInput.Builder Modifier and Type Method Description ExperimentTemplateS3LogConfigurationInput.BuilderExperimentTemplateS3LogConfigurationInput.Builder. bucketName(String bucketName)The name of the destination bucket.static ExperimentTemplateS3LogConfigurationInput.BuilderExperimentTemplateS3LogConfigurationInput. builder()ExperimentTemplateS3LogConfigurationInput.BuilderExperimentTemplateS3LogConfigurationInput.Builder. prefix(String prefix)The bucket prefix.ExperimentTemplateS3LogConfigurationInput.BuilderExperimentTemplateS3LogConfigurationInput. toBuilder()Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentTemplateS3LogConfigurationInput.Builder Modifier and Type Method Description static Class<? extends ExperimentTemplateS3LogConfigurationInput.Builder>ExperimentTemplateS3LogConfigurationInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ExperimentTemplateS3LogConfigurationInput.Builder Modifier and Type Method Description default CreateExperimentTemplateLogConfigurationInput.BuilderCreateExperimentTemplateLogConfigurationInput.Builder. s3Configuration(Consumer<ExperimentTemplateS3LogConfigurationInput.Builder> s3Configuration)The configuration for experiment logging to Amazon S3.default UpdateExperimentTemplateLogConfigurationInput.BuilderUpdateExperimentTemplateLogConfigurationInput.Builder. s3Configuration(Consumer<ExperimentTemplateS3LogConfigurationInput.Builder> s3Configuration)The configuration for experiment logging to Amazon S3.
-