Class CfnScheduleGroupProps.Builder
java.lang.Object
software.amazon.awscdk.services.scheduler.CfnScheduleGroupProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduleGroupProps>
- Enclosing interface:
- CfnScheduleGroupProps
@Stability(Stable)
public static final class CfnScheduleGroupProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduleGroupProps>
A builder for
CfnScheduleGroupProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnScheduleGroupProps.getName()Sets the value ofCfnScheduleGroupProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnScheduleGroupProps.getName()- Parameters:
name- The name of the schedule group.- Returns:
this
-
tags
Sets the value ofCfnScheduleGroupProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnScheduleGroupProps>- Returns:
- a new instance of
CfnScheduleGroupProps - Throws:
NullPointerException- if any required attribute was not provided
-