@Stability(value=Stable) public static final class CfnFunction.CognitoEventProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.CognitoEventProperty>
CfnFunction.CognitoEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.CognitoEventProperty |
build()
Builds the configured instance.
|
CfnFunction.CognitoEventProperty.Builder |
trigger(IResolvable trigger)
Sets the value of
CfnFunction.CognitoEventProperty.getTrigger() |
CfnFunction.CognitoEventProperty.Builder |
trigger(List<String> trigger)
Sets the value of
CfnFunction.CognitoEventProperty.getTrigger() |
CfnFunction.CognitoEventProperty.Builder |
trigger(String trigger)
Sets the value of
CfnFunction.CognitoEventProperty.getTrigger() |
CfnFunction.CognitoEventProperty.Builder |
userPool(String userPool)
Sets the value of
CfnFunction.CognitoEventProperty.getUserPool() |
@Stability(value=Stable) public CfnFunction.CognitoEventProperty.Builder trigger(String trigger)
CfnFunction.CognitoEventProperty.getTrigger()trigger - `CfnFunction.CognitoEventProperty.Trigger`. This parameter is required.this@Stability(value=Stable) public CfnFunction.CognitoEventProperty.Builder trigger(IResolvable trigger)
CfnFunction.CognitoEventProperty.getTrigger()trigger - `CfnFunction.CognitoEventProperty.Trigger`. This parameter is required.this@Stability(value=Stable) public CfnFunction.CognitoEventProperty.Builder trigger(List<String> trigger)
CfnFunction.CognitoEventProperty.getTrigger()trigger - `CfnFunction.CognitoEventProperty.Trigger`. This parameter is required.this@Stability(value=Stable) public CfnFunction.CognitoEventProperty.Builder userPool(String userPool)
CfnFunction.CognitoEventProperty.getUserPool()userPool - `CfnFunction.CognitoEventProperty.UserPool`. This parameter is required.this@Stability(value=Stable) public CfnFunction.CognitoEventProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.CognitoEventProperty>CfnFunction.CognitoEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.