Class CfnScheduleGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.scheduler.CfnScheduleGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduleGroupPropsMixin>
- Enclosing class:
CfnScheduleGroupPropsMixin
@Stability(Stable)
public static final class CfnScheduleGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduleGroupPropsMixin>
A fluent builder for
CfnScheduleGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the schedule group.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnScheduleGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnScheduleGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnScheduleGroupPropsMixin.Builder.
-
name
The name of the schedule group.- Parameters:
name- The name of the schedule group. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnScheduleGroupPropsMixin>- Returns:
- a newly built instance of
CfnScheduleGroupPropsMixin.
-