@Stability(value=Stable) public static final class CfnSchedule.EventBridgeParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSchedule.EventBridgeParametersProperty>
CfnSchedule.EventBridgeParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchedule.EventBridgeParametersProperty |
build()
Builds the configured instance.
|
CfnSchedule.EventBridgeParametersProperty.Builder |
detailType(String detailType)
Sets the value of
CfnSchedule.EventBridgeParametersProperty.getDetailType() |
CfnSchedule.EventBridgeParametersProperty.Builder |
source(String source)
Sets the value of
CfnSchedule.EventBridgeParametersProperty.getSource() |
@Stability(value=Stable) public CfnSchedule.EventBridgeParametersProperty.Builder detailType(String detailType)
CfnSchedule.EventBridgeParametersProperty.getDetailType()detailType - A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail. This parameter is required.this@Stability(value=Stable) public CfnSchedule.EventBridgeParametersProperty.Builder source(String source)
CfnSchedule.EventBridgeParametersProperty.getSource()source - The source of the event. This parameter is required.this@Stability(value=Stable) public CfnSchedule.EventBridgeParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnSchedule.EventBridgeParametersProperty>CfnSchedule.EventBridgeParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.