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