@Stability(value=Stable) public static final class CfnScheduleGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduleGroup>
CfnScheduleGroup.| Modifier and Type | Method and Description |
|---|---|
CfnScheduleGroup |
build() |
static CfnScheduleGroup.Builder |
create(Construct scope,
String id) |
CfnScheduleGroup.Builder |
name(String name)
The name of the schedule group.
|
CfnScheduleGroup.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnScheduleGroup.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnScheduleGroup.Builder.@Stability(value=Stable) public CfnScheduleGroup.Builder name(String name)
name - The name of the schedule group. This parameter is required.this@Stability(value=Stable) public CfnScheduleGroup.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnScheduleGroup build()
build in interface software.amazon.jsii.Builder<CfnScheduleGroup>Copyright © 2022. All rights reserved.