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