@Stability(value=Stable) public static final class CfnScheduleGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduleGroupProps>
CfnScheduleGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnScheduleGroupProps |
build()
Builds the configured instance.
|
CfnScheduleGroupProps.Builder |
name(String name)
Sets the value of
CfnScheduleGroupProps.getName() |
CfnScheduleGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnScheduleGroupProps.getTags() |
@Stability(value=Stable) public CfnScheduleGroupProps.Builder name(String name)
CfnScheduleGroupProps.getName()name - The name of the schedule group.this@Stability(value=Stable) public CfnScheduleGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnScheduleGroupProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnScheduleGroupProps build()
build in interface software.amazon.jsii.Builder<CfnScheduleGroupProps>CfnScheduleGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.