Interface FirewallSubnetIsOutOfScopeViolation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FirewallSubnetIsOutOfScopeViolation.Builder,
,FirewallSubnetIsOutOfScopeViolation> SdkBuilder<FirewallSubnetIsOutOfScopeViolation.Builder,
,FirewallSubnetIsOutOfScopeViolation> SdkPojo
- Enclosing class:
FirewallSubnetIsOutOfScopeViolation
@Mutable
@NotThreadSafe
public static interface FirewallSubnetIsOutOfScopeViolation.Builder
extends SdkPojo, CopyableBuilder<FirewallSubnetIsOutOfScopeViolation.Builder,FirewallSubnetIsOutOfScopeViolation>
-
Method Summary
Modifier and TypeMethodDescriptionfirewallSubnetId
(String firewallSubnetId) The ID of the firewall subnet that violates the policy scope.subnetAvailabilityZone
(String subnetAvailabilityZone) The Availability Zone of the firewall subnet that violates the policy scope.subnetAvailabilityZoneId
(String subnetAvailabilityZoneId) The Availability Zone ID of the firewall subnet that violates the policy scope.vpcEndpointId
(String vpcEndpointId) The VPC endpoint ID of the firewall subnet that violates the policy scope.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-