Class CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fis.CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty>
- Enclosing interface:
CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty
@Stability(Stable)
public static final class CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudWatchLogsConfiguration(Object cloudWatchLogsConfiguration) logSchemaVersion(Number logSchemaVersion) s3Configuration(Object s3Configuration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudWatchLogsConfiguration
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty.Builder cloudWatchLogsConfiguration(Object cloudWatchLogsConfiguration) Sets the value ofCfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty.getCloudWatchLogsConfiguration()- Parameters:
cloudWatchLogsConfiguration- The configuration for experiment logging to CloudWatch Logs .- Returns:
this
-
logSchemaVersion
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty.Builder logSchemaVersion(Number logSchemaVersion) Sets the value ofCfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty.getLogSchemaVersion()- Parameters:
logSchemaVersion- The schema version.- Returns:
this
-
s3Configuration
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty.Builder s3Configuration(Object s3Configuration) Sets the value ofCfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty.getS3Configuration()- Parameters:
s3Configuration- The configuration for experiment logging to Amazon S3 .- Returns:
this
-
build
@Stability(Stable) public CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty>- Returns:
- a new instance of
CfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-