@Stability(value=External) public static final class CfnRuleProps.Builder extends Object
CfnRuleProps| Constructor and Description |
|---|
Builder() |
@Stability(value=External) public CfnRuleProps.Builder description(String description)
CfnRuleProps.getDescription()description - `AWS::Events::Rule.Description`.this@Stability(value=External) public CfnRuleProps.Builder eventBusName(String eventBusName)
CfnRuleProps.getEventBusName()eventBusName - `AWS::Events::Rule.EventBusName`.this@Stability(value=External) public CfnRuleProps.Builder eventPattern(Object eventPattern)
CfnRuleProps.getEventPattern()eventPattern - `AWS::Events::Rule.EventPattern`.this@Stability(value=External) public CfnRuleProps.Builder name(String name)
CfnRuleProps.getName()name - `AWS::Events::Rule.Name`.this@Stability(value=External) public CfnRuleProps.Builder roleArn(String roleArn)
CfnRuleProps.getRoleArn()roleArn - `AWS::Events::Rule.RoleArn`.this@Stability(value=External) public CfnRuleProps.Builder scheduleExpression(String scheduleExpression)
CfnRuleProps.getScheduleExpression()scheduleExpression - `AWS::Events::Rule.ScheduleExpression`.this@Stability(value=External) public CfnRuleProps.Builder state(String state)
CfnRuleProps.getState()state - `AWS::Events::Rule.State`.this@Stability(value=External) public CfnRuleProps.Builder targets(IResolvable targets)
CfnRuleProps.getTargets()targets - `AWS::Events::Rule.Targets`.this@Stability(value=External) public CfnRuleProps.Builder targets(List<Object> targets)
CfnRuleProps.getTargets()targets - `AWS::Events::Rule.Targets`.this@Stability(value=External) public CfnRuleProps build()
CfnRulePropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.