Interface NetworkFirewallMissingSubnetViolation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkFirewallMissingSubnetViolation.Builder,NetworkFirewallMissingSubnetViolation>,SdkBuilder<NetworkFirewallMissingSubnetViolation.Builder,NetworkFirewallMissingSubnetViolation>,SdkPojo
- Enclosing class:
- NetworkFirewallMissingSubnetViolation
public static interface NetworkFirewallMissingSubnetViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallMissingSubnetViolation.Builder,NetworkFirewallMissingSubnetViolation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkFirewallMissingSubnetViolation.BuilderavailabilityZone(String availabilityZone)The Availability Zone of a violating subnet.NetworkFirewallMissingSubnetViolation.BuildertargetViolationReason(String targetViolationReason)The reason the resource has this violation, if one is available.NetworkFirewallMissingSubnetViolation.BuilderviolationTarget(String violationTarget)The ID of the Network Firewall or VPC resource that's in violation.NetworkFirewallMissingSubnetViolation.Buildervpc(String vpc)The resource ID of the VPC associated with a violating subnet.-
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
NetworkFirewallMissingSubnetViolation.Builder violationTarget(String violationTarget)
The ID of the Network Firewall or VPC resource that's in violation.
- Parameters:
violationTarget- The ID of the Network Firewall or VPC resource that's in violation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpc
NetworkFirewallMissingSubnetViolation.Builder vpc(String vpc)
The resource ID of the VPC associated with a violating subnet.
- Parameters:
vpc- The resource ID of the VPC associated with a violating subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
NetworkFirewallMissingSubnetViolation.Builder availabilityZone(String availabilityZone)
The Availability Zone of a violating subnet.
- Parameters:
availabilityZone- The Availability Zone of a violating subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetViolationReason
NetworkFirewallMissingSubnetViolation.Builder targetViolationReason(String targetViolationReason)
The reason the resource has this violation, if one is available.
- Parameters:
targetViolationReason- The reason the resource has this violation, if one is available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-