@Stability(value=Stable) public static final class CfnScheduledActionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledActionProps>
CfnScheduledActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnScheduledActionProps.Builder scheduledActionName(String scheduledActionName)
CfnScheduledActionProps.getScheduledActionName()scheduledActionName - `AWS::Redshift::ScheduledAction.ScheduledActionName`. This parameter is required.this@Stability(value=Stable) public CfnScheduledActionProps.Builder enable(Boolean enable)
CfnScheduledActionProps.getEnable()enable - `AWS::Redshift::ScheduledAction.Enable`.this@Stability(value=Stable) public CfnScheduledActionProps.Builder enable(IResolvable enable)
CfnScheduledActionProps.getEnable()enable - `AWS::Redshift::ScheduledAction.Enable`.this@Stability(value=Stable) public CfnScheduledActionProps.Builder endTime(String endTime)
CfnScheduledActionProps.getEndTime()endTime - `AWS::Redshift::ScheduledAction.EndTime`.this@Stability(value=Stable) public CfnScheduledActionProps.Builder iamRole(String iamRole)
CfnScheduledActionProps.getIamRole()iamRole - `AWS::Redshift::ScheduledAction.IamRole`.this@Stability(value=Stable) public CfnScheduledActionProps.Builder schedule(String schedule)
CfnScheduledActionProps.getSchedule()schedule - `AWS::Redshift::ScheduledAction.Schedule`.this@Stability(value=Stable) public CfnScheduledActionProps.Builder scheduledActionDescription(String scheduledActionDescription)
CfnScheduledActionProps.getScheduledActionDescription()scheduledActionDescription - `AWS::Redshift::ScheduledAction.ScheduledActionDescription`.this@Stability(value=Stable) public CfnScheduledActionProps.Builder startTime(String startTime)
CfnScheduledActionProps.getStartTime()startTime - `AWS::Redshift::ScheduledAction.StartTime`.this@Stability(value=Stable) public CfnScheduledActionProps.Builder targetAction(IResolvable targetAction)
CfnScheduledActionProps.getTargetAction()targetAction - `AWS::Redshift::ScheduledAction.TargetAction`.this@Stability(value=Stable) public CfnScheduledActionProps.Builder targetAction(CfnScheduledAction.ScheduledActionTypeProperty targetAction)
CfnScheduledActionProps.getTargetAction()targetAction - `AWS::Redshift::ScheduledAction.TargetAction`.this@Stability(value=Stable) public CfnScheduledActionProps build()
build in interface software.amazon.jsii.Builder<CfnScheduledActionProps>CfnScheduledActionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.