Package com.pulumi.aws.wafv2.inputs
Class GetRuleGroupPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.GetRuleGroupPlainArgs.Builder
-
- Enclosing class:
- GetRuleGroupPlainArgs
public static final class GetRuleGroupPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetRuleGroupPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRuleGroupPlainArgs
build()
GetRuleGroupPlainArgs.Builder
name(java.lang.String name)
GetRuleGroupPlainArgs.Builder
scope(java.lang.String scope)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetRuleGroupPlainArgs defaults)
-
-
Method Detail
-
name
public GetRuleGroupPlainArgs.Builder name(java.lang.String name)
- Parameters:
name
- Name of the WAFv2 Rule Group.- Returns:
- builder
-
scope
public GetRuleGroupPlainArgs.Builder scope(java.lang.String scope)
- Parameters:
scope
- Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.- Returns:
- builder
-
build
public GetRuleGroupPlainArgs build()
-
-