Class CfnScheduleGroup.Builder
java.lang.Object
software.amazon.awscdk.services.scheduler.CfnScheduleGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduleGroup>
- Enclosing class:
- CfnScheduleGroup
@Stability(Stable)
public static final class CfnScheduleGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduleGroup>
A fluent builder for
CfnScheduleGroup.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnScheduleGroup.BuilderThe name of the schedule group.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnScheduleGroup.Builder.
-
name
The name of the schedule group.- Parameters:
name- The name of the schedule group. This parameter is required.- Returns:
this
-
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
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnScheduleGroup>- Returns:
- a newly built instance of
CfnScheduleGroup.
-