@Stability(value=Stable) public static final class CfnHookTypeConfigProps.Builder extends Object implements software.amazon.jsii.Builder<CfnHookTypeConfigProps>
CfnHookTypeConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnHookTypeConfigProps |
build()
Builds the configured instance.
|
CfnHookTypeConfigProps.Builder |
configuration(String configuration)
Sets the value of
CfnHookTypeConfigProps.getConfiguration() |
CfnHookTypeConfigProps.Builder |
configurationAlias(String configurationAlias)
Sets the value of
CfnHookTypeConfigProps.getConfigurationAlias() |
CfnHookTypeConfigProps.Builder |
typeArn(String typeArn)
Sets the value of
CfnHookTypeConfigProps.getTypeArn() |
CfnHookTypeConfigProps.Builder |
typeName(String typeName)
Sets the value of
CfnHookTypeConfigProps.getTypeName() |
@Stability(value=Stable) public CfnHookTypeConfigProps.Builder configuration(String configuration)
CfnHookTypeConfigProps.getConfiguration()configuration - Specifies the activated hook type configuration, in this AWS account and AWS Region . This parameter is required.
You must specify either TypeName and Configuration or TypeARN and Configuration .this@Stability(value=Stable) public CfnHookTypeConfigProps.Builder configurationAlias(String configurationAlias)
CfnHookTypeConfigProps.getConfigurationAlias()configurationAlias - Specifies the activated hook type configuration, in this AWS account and AWS Region .
Defaults to default alias. Hook types currently support default configuration alias.this@Stability(value=Stable) public CfnHookTypeConfigProps.Builder typeArn(String typeArn)
CfnHookTypeConfigProps.getTypeArn()typeArn - The Amazon Resource Number (ARN) for the hook to set `Configuration` for.
You must specify either TypeName and Configuration or TypeARN and Configuration .this@Stability(value=Stable) public CfnHookTypeConfigProps.Builder typeName(String typeName)
CfnHookTypeConfigProps.getTypeName()typeName - The unique name for your hook.
Specifies a three-part namespace for your hook, with a recommended pattern of Organization::Service::Hook .
You must specify either TypeName and Configuration or TypeARN and Configuration .
this@Stability(value=Stable) public CfnHookTypeConfigProps build()
build in interface software.amazon.jsii.Builder<CfnHookTypeConfigProps>CfnHookTypeConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.