Uses of Interface
software.amazon.awssdk.services.fis.model.ExperimentTemplateCloudWatchLogsLogConfiguration.Builder
-
Packages that use ExperimentTemplateCloudWatchLogsLogConfiguration.Builder Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentTemplateCloudWatchLogsLogConfiguration.Builder in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentTemplateCloudWatchLogsLogConfiguration.Builder Modifier and Type Method Description static ExperimentTemplateCloudWatchLogsLogConfiguration.BuilderExperimentTemplateCloudWatchLogsLogConfiguration. builder()ExperimentTemplateCloudWatchLogsLogConfiguration.BuilderExperimentTemplateCloudWatchLogsLogConfiguration.Builder. logGroupArn(String logGroupArn)The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.ExperimentTemplateCloudWatchLogsLogConfiguration.BuilderExperimentTemplateCloudWatchLogsLogConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentTemplateCloudWatchLogsLogConfiguration.Builder Modifier and Type Method Description static Class<? extends ExperimentTemplateCloudWatchLogsLogConfiguration.Builder>ExperimentTemplateCloudWatchLogsLogConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ExperimentTemplateCloudWatchLogsLogConfiguration.Builder Modifier and Type Method Description default ExperimentTemplateLogConfiguration.BuilderExperimentTemplateLogConfiguration.Builder. cloudWatchLogsConfiguration(Consumer<ExperimentTemplateCloudWatchLogsLogConfiguration.Builder> cloudWatchLogsConfiguration)The configuration for experiment logging to Amazon CloudWatch Logs.
-