Interface PartnerThreatProtectionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PartnerThreatProtectionConfig.Builder,,PartnerThreatProtectionConfig> SdkBuilder<PartnerThreatProtectionConfig.Builder,,PartnerThreatProtectionConfig> SdkPojo
- Enclosing class:
PartnerThreatProtectionConfig
@Mutable
@NotThreadSafe
public static interface PartnerThreatProtectionConfig.Builder
extends SdkPojo, CopyableBuilder<PartnerThreatProtectionConfig.Builder,PartnerThreatProtectionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the partner threat-protection product, exactly as returned in theValuefield of a FirewallRuleTypeDefinition withRuleTypeset toPartnerThreatProtection.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
-
partner
The identifier of the partner threat-protection product, exactly as returned in the
Valuefield of a FirewallRuleTypeDefinition withRuleTypeset toPartnerThreatProtection. The calling account must hold an active AWS Marketplace subscription to this product.- Parameters:
partner- The identifier of the partner threat-protection product, exactly as returned in theValuefield of a FirewallRuleTypeDefinition withRuleTypeset toPartnerThreatProtection. The calling account must hold an active AWS Marketplace subscription to this product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-