public static final class WafwebaclToAppsyncProps.Builder extends Object implements software.amazon.jsii.Builder<WafwebaclToAppsyncProps>
WafwebaclToAppsyncProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WafwebaclToAppsyncProps |
build()
Builds the configured instance.
|
WafwebaclToAppsyncProps.Builder |
existingAppsyncApi(software.amazon.awscdk.services.appsync.CfnGraphQLApi existingAppsyncApi)
Sets the value of
WafwebaclToAppsyncProps.getExistingAppsyncApi() |
WafwebaclToAppsyncProps.Builder |
existingWebaclObj(software.amazon.awscdk.services.wafv2.CfnWebACL existingWebaclObj)
Sets the value of
WafwebaclToAppsyncProps.getExistingWebaclObj() |
WafwebaclToAppsyncProps.Builder |
webaclProps(software.amazon.awscdk.services.wafv2.CfnWebACLProps webaclProps)
Sets the value of
WafwebaclToAppsyncProps.getWebaclProps() |
public WafwebaclToAppsyncProps.Builder existingAppsyncApi(software.amazon.awscdk.services.appsync.CfnGraphQLApi existingAppsyncApi)
WafwebaclToAppsyncProps.getExistingAppsyncApi()existingAppsyncApi - The existing Appsync API that will be protected with the WAF web ACL. This parameter is required.thispublic WafwebaclToAppsyncProps.Builder existingWebaclObj(software.amazon.awscdk.services.wafv2.CfnWebACL existingWebaclObj)
WafwebaclToAppsyncProps.getExistingWebaclObj()existingWebaclObj - Existing instance of a WAF web ACL, an error will occur if this and props is set.thispublic WafwebaclToAppsyncProps.Builder webaclProps(software.amazon.awscdk.services.wafv2.CfnWebACLProps webaclProps)
WafwebaclToAppsyncProps.getWebaclProps()webaclProps - Optional user-provided props to override the default props for the AWS WAF web ACL.thispublic WafwebaclToAppsyncProps build()
build in interface software.amazon.jsii.Builder<WafwebaclToAppsyncProps>WafwebaclToAppsyncPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.