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