Interface FirewallSubnetIsOutOfScopeViolation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallSubnetIsOutOfScopeViolation.Builder,FirewallSubnetIsOutOfScopeViolation>,SdkBuilder<FirewallSubnetIsOutOfScopeViolation.Builder,FirewallSubnetIsOutOfScopeViolation>,SdkPojo
- Enclosing class:
- FirewallSubnetIsOutOfScopeViolation
public static interface FirewallSubnetIsOutOfScopeViolation.Builder extends SdkPojo, CopyableBuilder<FirewallSubnetIsOutOfScopeViolation.Builder,FirewallSubnetIsOutOfScopeViolation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallSubnetIsOutOfScopeViolation.BuilderfirewallSubnetId(String firewallSubnetId)The ID of the firewall subnet that violates the policy scope.FirewallSubnetIsOutOfScopeViolation.BuildersubnetAvailabilityZone(String subnetAvailabilityZone)The Availability Zone of the firewall subnet that violates the policy scope.FirewallSubnetIsOutOfScopeViolation.BuildersubnetAvailabilityZoneId(String subnetAvailabilityZoneId)The Availability Zone ID of the firewall subnet that violates the policy scope.FirewallSubnetIsOutOfScopeViolation.BuildervpcEndpointId(String vpcEndpointId)The VPC endpoint ID of the firewall subnet that violates the policy scope.FirewallSubnetIsOutOfScopeViolation.BuildervpcId(String vpcId)The VPC ID of the firewall subnet that violates the policy scope.-
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
-
firewallSubnetId
FirewallSubnetIsOutOfScopeViolation.Builder firewallSubnetId(String firewallSubnetId)
The ID of the firewall subnet that violates the policy scope.
- Parameters:
firewallSubnetId- The ID of the firewall subnet that violates the policy scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
FirewallSubnetIsOutOfScopeViolation.Builder vpcId(String vpcId)
The VPC ID of the firewall subnet that violates the policy scope.
- Parameters:
vpcId- The VPC ID of the firewall subnet that violates the policy scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetAvailabilityZone
FirewallSubnetIsOutOfScopeViolation.Builder subnetAvailabilityZone(String subnetAvailabilityZone)
The Availability Zone of the firewall subnet that violates the policy scope.
- Parameters:
subnetAvailabilityZone- The Availability Zone of the firewall subnet that violates the policy scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetAvailabilityZoneId
FirewallSubnetIsOutOfScopeViolation.Builder subnetAvailabilityZoneId(String subnetAvailabilityZoneId)
The Availability Zone ID of the firewall subnet that violates the policy scope.
- Parameters:
subnetAvailabilityZoneId- The Availability Zone ID of the firewall subnet that violates the policy scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointId
FirewallSubnetIsOutOfScopeViolation.Builder vpcEndpointId(String vpcEndpointId)
The VPC endpoint ID of the firewall subnet that violates the policy scope.
- Parameters:
vpcEndpointId- The VPC endpoint ID of the firewall subnet that violates the policy scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-