Interface ThirdPartyFirewallMissingSubnetViolation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ThirdPartyFirewallMissingSubnetViolation.Builder,
,ThirdPartyFirewallMissingSubnetViolation> SdkBuilder<ThirdPartyFirewallMissingSubnetViolation.Builder,
,ThirdPartyFirewallMissingSubnetViolation> SdkPojo
- Enclosing class:
ThirdPartyFirewallMissingSubnetViolation
@Mutable
@NotThreadSafe
public static interface ThirdPartyFirewallMissingSubnetViolation.Builder
extends SdkPojo, CopyableBuilder<ThirdPartyFirewallMissingSubnetViolation.Builder,ThirdPartyFirewallMissingSubnetViolation>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) The Availability Zone of a subnet that's causing the violation.targetViolationReason
(String targetViolationReason) The reason the resource is causing the violation, if a reason is available.violationTarget
(String violationTarget) The ID of the third-party firewall or VPC resource that's causing the violation.The resource ID of the VPC associated with a subnet that's causing the violation.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 or VPC resource that's causing the violation.
- Parameters:
violationTarget
- The ID of the third-party firewall or VPC resource 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 subnet that's causing the violation.
- Parameters:
vpc
- The resource ID of the VPC associated with a subnet that's causing the violation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
The Availability Zone of a subnet that's causing the violation.
- Parameters:
availabilityZone
- The Availability Zone of a subnet that's causing the violation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetViolationReason
ThirdPartyFirewallMissingSubnetViolation.Builder targetViolationReason(String targetViolationReason) The reason the resource is causing the violation, if a reason is available.
- Parameters:
targetViolationReason
- The reason the resource is causing the violation, if a reason is available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-