Class CfnScheduledQuery.ErrorReportConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.timestream.CfnScheduledQuery.ErrorReportConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduledQuery.ErrorReportConfigurationProperty>
- Enclosing interface:
CfnScheduledQuery.ErrorReportConfigurationProperty
@Stability(Stable)
public static final class CfnScheduledQuery.ErrorReportConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduledQuery.ErrorReportConfigurationProperty>
A builder for
CfnScheduledQuery.ErrorReportConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.s3Configuration
(IResolvable s3Configuration) Sets the value ofCfnScheduledQuery.ErrorReportConfigurationProperty.getS3Configuration()
s3Configuration
(CfnScheduledQuery.S3ConfigurationProperty s3Configuration) Sets the value ofCfnScheduledQuery.ErrorReportConfigurationProperty.getS3Configuration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Configuration
@Stability(Stable) public CfnScheduledQuery.ErrorReportConfigurationProperty.Builder s3Configuration(IResolvable s3Configuration) Sets the value ofCfnScheduledQuery.ErrorReportConfigurationProperty.getS3Configuration()
- Parameters:
s3Configuration
- The S3 configuration for the error reports. This parameter is required.- Returns:
this
-
s3Configuration
@Stability(Stable) public CfnScheduledQuery.ErrorReportConfigurationProperty.Builder s3Configuration(CfnScheduledQuery.S3ConfigurationProperty s3Configuration) Sets the value ofCfnScheduledQuery.ErrorReportConfigurationProperty.getS3Configuration()
- Parameters:
s3Configuration
- The S3 configuration for the error reports. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnScheduledQuery.ErrorReportConfigurationProperty>
- Returns:
- a new instance of
CfnScheduledQuery.ErrorReportConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-