@Stability(value=Stable) public static final class CfnTriggerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTriggerProps>
CfnTriggerProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnTriggerProps.Builder actions(IResolvable actions)
CfnTriggerProps.getActions()actions - `AWS::Glue::Trigger.Actions`. This parameter is required.this@Stability(value=Stable) public CfnTriggerProps.Builder actions(List<? extends Object> actions)
CfnTriggerProps.getActions()actions - `AWS::Glue::Trigger.Actions`. This parameter is required.this@Stability(value=Stable) public CfnTriggerProps.Builder type(String type)
CfnTriggerProps.getType()type - `AWS::Glue::Trigger.Type`. This parameter is required.this@Stability(value=Stable) public CfnTriggerProps.Builder description(String description)
CfnTriggerProps.getDescription()description - `AWS::Glue::Trigger.Description`.this@Stability(value=Stable) public CfnTriggerProps.Builder name(String name)
CfnTriggerProps.getName()name - `AWS::Glue::Trigger.Name`.this@Stability(value=Stable) public CfnTriggerProps.Builder predicate(CfnTrigger.PredicateProperty predicate)
CfnTriggerProps.getPredicate()predicate - `AWS::Glue::Trigger.Predicate`.this@Stability(value=Stable) public CfnTriggerProps.Builder predicate(IResolvable predicate)
CfnTriggerProps.getPredicate()predicate - `AWS::Glue::Trigger.Predicate`.this@Stability(value=Stable) public CfnTriggerProps.Builder schedule(String schedule)
CfnTriggerProps.getSchedule()schedule - `AWS::Glue::Trigger.Schedule`.this@Stability(value=Stable) public CfnTriggerProps.Builder startOnCreation(Boolean startOnCreation)
CfnTriggerProps.getStartOnCreation()startOnCreation - `AWS::Glue::Trigger.StartOnCreation`.this@Stability(value=Stable) public CfnTriggerProps.Builder startOnCreation(IResolvable startOnCreation)
CfnTriggerProps.getStartOnCreation()startOnCreation - `AWS::Glue::Trigger.StartOnCreation`.this@Stability(value=Stable) public CfnTriggerProps.Builder tags(Object tags)
CfnTriggerProps.getTags()tags - `AWS::Glue::Trigger.Tags`.this@Stability(value=Stable) public CfnTriggerProps.Builder workflowName(String workflowName)
CfnTriggerProps.getWorkflowName()workflowName - `AWS::Glue::Trigger.WorkflowName`.this@Stability(value=Stable) public CfnTriggerProps build()
build in interface software.amazon.jsii.Builder<CfnTriggerProps>CfnTriggerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.