Class CfnScheduledQuery.Builder
java.lang.Object
software.amazon.awscdk.services.logs.CfnScheduledQuery.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduledQuery>
- Enclosing class:
CfnScheduledQuery
@Stability(Stable)
public static final class CfnScheduledQuery.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduledQuery>
A fluent builder for
CfnScheduledQuery.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnScheduledQuery.Builderdescription(String description) destinationConfiguration(IResolvable destinationConfiguration) destinationConfiguration(CfnScheduledQuery.DestinationConfigurationProperty 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 CfnScheduledQuery.TagsItemsProperty> tags)
-
Method Details
-
create
@Stability(Stable) public static CfnScheduledQuery.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnScheduledQuery.Builder.
-
executionRoleArn
- Parameters:
executionRoleArn- 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:
-
scheduleExpression
- Parameters:
scheduleExpression- This parameter is required.- Returns:
this- See Also:
-
description
- Parameters:
description- This parameter is required.- Returns:
this- See Also:
-
destinationConfiguration
@Stability(Stable) public CfnScheduledQuery.Builder destinationConfiguration(IResolvable destinationConfiguration) - Parameters:
destinationConfiguration- This parameter is required.- Returns:
this- See Also:
-
destinationConfiguration
@Stability(Stable) public CfnScheduledQuery.Builder destinationConfiguration(CfnScheduledQuery.DestinationConfigurationProperty destinationConfiguration) - Parameters:
destinationConfiguration- This parameter is required.- Returns:
this- See Also:
-
logGroupIdentifiers
@Stability(Stable) public CfnScheduledQuery.Builder logGroupIdentifiers(List<String> logGroupIdentifiers) - Parameters:
logGroupIdentifiers- This parameter is required.- Returns:
this- See Also:
-
scheduleEndTime
- Parameters:
scheduleEndTime- This parameter is required.- Returns:
this- See Also:
-
scheduleStartTime
- Parameters:
scheduleStartTime- This parameter is required.- Returns:
this- See Also:
-
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 CfnScheduledQuery.Builder tags(List<? extends CfnScheduledQuery.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<CfnScheduledQuery>- Returns:
- a newly built instance of
CfnScheduledQuery.
-