Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.UpdateSubnetChangeProtectionResponse.Builder
-
Packages that use UpdateSubnetChangeProtectionResponse.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of UpdateSubnetChangeProtectionResponse.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return UpdateSubnetChangeProtectionResponse.Builder Modifier and Type Method Description static UpdateSubnetChangeProtectionResponse.BuilderUpdateSubnetChangeProtectionResponse. builder()UpdateSubnetChangeProtectionResponse.BuilderUpdateSubnetChangeProtectionResponse.Builder. firewallArn(String firewallArn)The Amazon Resource Name (ARN) of the firewall.UpdateSubnetChangeProtectionResponse.BuilderUpdateSubnetChangeProtectionResponse.Builder. firewallName(String firewallName)The descriptive name of the firewall.UpdateSubnetChangeProtectionResponse.BuilderUpdateSubnetChangeProtectionResponse.Builder. subnetChangeProtection(Boolean subnetChangeProtection)A setting indicating whether the firewall is protected against changes to the subnet associations.UpdateSubnetChangeProtectionResponse.BuilderUpdateSubnetChangeProtectionResponse. toBuilder()UpdateSubnetChangeProtectionResponse.BuilderUpdateSubnetChangeProtectionResponse.Builder. updateToken(String updateToken)An optional token that you can use for optimistic locking.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type UpdateSubnetChangeProtectionResponse.Builder Modifier and Type Method Description static Class<? extends UpdateSubnetChangeProtectionResponse.Builder>UpdateSubnetChangeProtectionResponse. serializableBuilderClass()
-