Interface ThirdPartyFirewallMissingFirewallViolation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ThirdPartyFirewallMissingFirewallViolation.Builder,
,ThirdPartyFirewallMissingFirewallViolation> SdkBuilder<ThirdPartyFirewallMissingFirewallViolation.Builder,
,ThirdPartyFirewallMissingFirewallViolation> SdkPojo
- Enclosing class:
ThirdPartyFirewallMissingFirewallViolation
@Mutable
@NotThreadSafe
public static interface ThirdPartyFirewallMissingFirewallViolation.Builder
extends SdkPojo, CopyableBuilder<ThirdPartyFirewallMissingFirewallViolation.Builder,ThirdPartyFirewallMissingFirewallViolation>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) The Availability Zone of the third-party firewall that's causing the violation.targetViolationReason
(String targetViolationReason) The reason the resource is causing this violation, if a reason is available.violationTarget
(String violationTarget) The ID of the third-party firewall that's causing the violation.The resource ID of the VPC associated with a third-party firewall.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
violationTarget
The ID of the third-party firewall that's causing the violation.
- Parameters:
violationTarget
- The ID of the third-party firewall that's causing the violation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
The resource ID of the VPC associated with a third-party firewall.
- Parameters:
vpc
- The resource ID of the VPC associated with a third-party firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
The Availability Zone of the third-party firewall that's causing the violation.
- Parameters:
availabilityZone
- The Availability Zone of the third-party firewall that's causing the violation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetViolationReason
ThirdPartyFirewallMissingFirewallViolation.Builder targetViolationReason(String targetViolationReason) The reason the resource is causing this violation, if a reason is available.
- Parameters:
targetViolationReason
- The reason the resource is causing this violation, if a reason is available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-