Interface ThirdPartyFirewallMissingFirewallViolation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThirdPartyFirewallMissingFirewallViolation.Builder,ThirdPartyFirewallMissingFirewallViolation>,SdkBuilder<ThirdPartyFirewallMissingFirewallViolation.Builder,ThirdPartyFirewallMissingFirewallViolation>,SdkPojo
- Enclosing class:
- ThirdPartyFirewallMissingFirewallViolation
public static interface ThirdPartyFirewallMissingFirewallViolation.Builder extends SdkPojo, CopyableBuilder<ThirdPartyFirewallMissingFirewallViolation.Builder,ThirdPartyFirewallMissingFirewallViolation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThirdPartyFirewallMissingFirewallViolation.BuilderavailabilityZone(String availabilityZone)The Availability Zone of the third-party firewall that's causing the violation.ThirdPartyFirewallMissingFirewallViolation.BuildertargetViolationReason(String targetViolationReason)The reason the resource is causing this violation, if a reason is available.ThirdPartyFirewallMissingFirewallViolation.BuilderviolationTarget(String violationTarget)The ID of the third-party firewall that's causing the violation.ThirdPartyFirewallMissingFirewallViolation.Buildervpc(String vpc)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, sdkFields
-
-
-
-
Method Detail
-
violationTarget
ThirdPartyFirewallMissingFirewallViolation.Builder violationTarget(String 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
ThirdPartyFirewallMissingFirewallViolation.Builder vpc(String 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
ThirdPartyFirewallMissingFirewallViolation.Builder availabilityZone(String 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.
-
-