@Stability(value=Stable) public static final class CfnScheduledQueryProps.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledQueryProps>
CfnScheduledQueryProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnScheduledQueryProps.Builder clientToken(String clientToken)
CfnScheduledQueryProps.getClientToken()clientToken - `AWS::Timestream::ScheduledQuery.ClientToken`.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder errorReportConfiguration(CfnScheduledQuery.ErrorReportConfigurationProperty errorReportConfiguration)
CfnScheduledQueryProps.getErrorReportConfiguration()errorReportConfiguration - `AWS::Timestream::ScheduledQuery.ErrorReportConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder errorReportConfiguration(IResolvable errorReportConfiguration)
CfnScheduledQueryProps.getErrorReportConfiguration()errorReportConfiguration - `AWS::Timestream::ScheduledQuery.ErrorReportConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder kmsKeyId(String kmsKeyId)
CfnScheduledQueryProps.getKmsKeyId()kmsKeyId - `AWS::Timestream::ScheduledQuery.KmsKeyId`.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder notificationConfiguration(CfnScheduledQuery.NotificationConfigurationProperty notificationConfiguration)
CfnScheduledQueryProps.getNotificationConfiguration()notificationConfiguration - `AWS::Timestream::ScheduledQuery.NotificationConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder notificationConfiguration(IResolvable notificationConfiguration)
CfnScheduledQueryProps.getNotificationConfiguration()notificationConfiguration - `AWS::Timestream::ScheduledQuery.NotificationConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder queryString(String queryString)
CfnScheduledQueryProps.getQueryString()queryString - `AWS::Timestream::ScheduledQuery.QueryString`. This parameter is required.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder scheduleConfiguration(CfnScheduledQuery.ScheduleConfigurationProperty scheduleConfiguration)
CfnScheduledQueryProps.getScheduleConfiguration()scheduleConfiguration - `AWS::Timestream::ScheduledQuery.ScheduleConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder scheduleConfiguration(IResolvable scheduleConfiguration)
CfnScheduledQueryProps.getScheduleConfiguration()scheduleConfiguration - `AWS::Timestream::ScheduledQuery.ScheduleConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder scheduledQueryExecutionRoleArn(String scheduledQueryExecutionRoleArn)
CfnScheduledQueryProps.getScheduledQueryExecutionRoleArn()scheduledQueryExecutionRoleArn - `AWS::Timestream::ScheduledQuery.ScheduledQueryExecutionRoleArn`. This parameter is required.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder scheduledQueryName(String scheduledQueryName)
CfnScheduledQueryProps.getScheduledQueryName()scheduledQueryName - `AWS::Timestream::ScheduledQuery.ScheduledQueryName`.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder tags(List<? extends CfnTag> tags)
CfnScheduledQueryProps.getTags()tags - `AWS::Timestream::ScheduledQuery.Tags`.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder targetConfiguration(CfnScheduledQuery.TargetConfigurationProperty targetConfiguration)
CfnScheduledQueryProps.getTargetConfiguration()targetConfiguration - `AWS::Timestream::ScheduledQuery.TargetConfiguration`.this@Stability(value=Stable) public CfnScheduledQueryProps.Builder targetConfiguration(IResolvable targetConfiguration)
CfnScheduledQueryProps.getTargetConfiguration()targetConfiguration - `AWS::Timestream::ScheduledQuery.TargetConfiguration`.this@Stability(value=Stable) public CfnScheduledQueryProps build()
build in interface software.amazon.jsii.Builder<CfnScheduledQueryProps>CfnScheduledQueryPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.