Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder
-
- Enclosing class:
- WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern
public static final class WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder
all(WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll all)
WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern
build()
WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder
excludedCookies(java.lang.String... excludedCookies)
WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder
excludedCookies(java.util.List<java.lang.String> excludedCookies)
WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder
includedCookies(java.lang.String... includedCookies)
WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder
includedCookies(java.util.List<java.lang.String> includedCookies)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern defaults)
-
-
Method Detail
-
all
public WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder all(@Nullable WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPatternAll all)
-
excludedCookies
public WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder excludedCookies(@Nullable java.util.List<java.lang.String> excludedCookies)
-
excludedCookies
public WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder excludedCookies(java.lang.String... excludedCookies)
-
includedCookies
public WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder includedCookies(@Nullable java.util.List<java.lang.String> includedCookies)
-
includedCookies
public WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern.Builder includedCookies(java.lang.String... includedCookies)
-
build
public WebAclRuleStatementByteMatchStatementFieldToMatchCookiesMatchPattern build()
-
-