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