Interface DisallowedFeature.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DisallowedFeature.Builder,,DisallowedFeature> SdkBuilder<DisallowedFeature.Builder,,DisallowedFeature> SdkPojo
- Enclosing class:
DisallowedFeature
@Mutable
@NotThreadSafe
public static interface DisallowedFeature.Builder
extends SdkPojo, CopyableBuilder<DisallowedFeature.Builder,DisallowedFeature>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the disallowed WAF feature.requiredPricingPlan(String requiredPricingPlan) The name of the CloudFront pricing plan required to use the WAF feature.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
feature
The name of the disallowed WAF feature.
- Parameters:
feature- The name of the disallowed WAF feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredPricingPlan
The name of the CloudFront pricing plan required to use the WAF feature.
- Parameters:
requiredPricingPlan- The name of the CloudFront pricing plan required to use the WAF feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-