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