Class CfnScheduledQueryPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnScheduledQueryPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduledQueryPropsMixin>
- Enclosing class:
CfnScheduledQueryPropsMixin
@Stability(Stable)
public static final class CfnScheduledQueryPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduledQueryPropsMixin>
A fluent builder for
CfnScheduledQueryPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) destinationConfiguration(CfnScheduledQueryPropsMixin.DestinationConfigurationProperty destinationConfiguration) destinationConfiguration(IResolvable destinationConfiguration) executionRoleArn(String executionRoleArn) logGroupIdentifiers(List<String> logGroupIdentifiers) queryLanguage(String queryLanguage) queryString(String queryString) scheduleEndTime(Number scheduleEndTime) scheduleExpression(String scheduleExpression) scheduleStartTime(Number scheduleStartTime) startTimeOffset(Number startTimeOffset) tags(List<? extends CfnScheduledQueryPropsMixin.TagsItemsProperty> tags)
-
Method Details
-
create
@Stability(Stable) public static CfnScheduledQueryPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnScheduledQueryPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnScheduledQueryPropsMixin.Builder.
-
description
- Parameters:
description- This parameter is required.- Returns:
this- See Also:
-
destinationConfiguration
@Stability(Stable) public CfnScheduledQueryPropsMixin.Builder destinationConfiguration(IResolvable destinationConfiguration) - Parameters:
destinationConfiguration- This parameter is required.- Returns:
this- See Also:
-
destinationConfiguration
@Stability(Stable) public CfnScheduledQueryPropsMixin.Builder destinationConfiguration(CfnScheduledQueryPropsMixin.DestinationConfigurationProperty destinationConfiguration) - Parameters:
destinationConfiguration- This parameter is required.- Returns:
this- See Also:
-
executionRoleArn
@Stability(Stable) public CfnScheduledQueryPropsMixin.Builder executionRoleArn(String executionRoleArn) - Parameters:
executionRoleArn- This parameter is required.- Returns:
this- See Also:
-
logGroupIdentifiers
@Stability(Stable) public CfnScheduledQueryPropsMixin.Builder logGroupIdentifiers(List<String> logGroupIdentifiers) - Parameters:
logGroupIdentifiers- This parameter is required.- Returns:
this- See Also:
-
name
- Parameters:
name- This parameter is required.- Returns:
this- See Also:
-
queryLanguage
- Parameters:
queryLanguage- This parameter is required.- Returns:
this- See Also:
-
queryString
- Parameters:
queryString- This parameter is required.- Returns:
this- See Also:
-
scheduleEndTime
@Stability(Stable) public CfnScheduledQueryPropsMixin.Builder scheduleEndTime(Number scheduleEndTime) - Parameters:
scheduleEndTime- This parameter is required.- Returns:
this- See Also:
-
scheduleExpression
@Stability(Stable) public CfnScheduledQueryPropsMixin.Builder scheduleExpression(String scheduleExpression) - Parameters:
scheduleExpression- This parameter is required.- Returns:
this- See Also:
-
scheduleStartTime
@Stability(Stable) public CfnScheduledQueryPropsMixin.Builder scheduleStartTime(Number scheduleStartTime) - Parameters:
scheduleStartTime- This parameter is required.- Returns:
this- See Also:
-
startTimeOffset
@Stability(Stable) public CfnScheduledQueryPropsMixin.Builder startTimeOffset(Number startTimeOffset) - Parameters:
startTimeOffset- This parameter is required.- Returns:
this- See Also:
-
state
- Parameters:
state- This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnScheduledQueryPropsMixin.Builder tags(List<? extends CfnScheduledQueryPropsMixin.TagsItemsProperty> tags) - Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
timezone
- Parameters:
timezone- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnScheduledQueryPropsMixin>- Returns:
- a newly built instance of
CfnScheduledQueryPropsMixin.
-