Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.Attachment.Builder
-
Packages that use Attachment.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of Attachment.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return Attachment.Builder Modifier and Type Method Description static Attachment.BuilderAttachment. builder()Attachment.BuilderAttachment.Builder. endpointId(String endpointId)The identifier of the firewall endpoint that Network Firewall has instantiated in the subnet.Attachment.BuilderAttachment.Builder. status(String status)The current status of the firewall endpoint in the subnet.Attachment.BuilderAttachment.Builder. status(AttachmentStatus status)The current status of the firewall endpoint in the subnet.Attachment.BuilderAttachment.Builder. statusMessage(String statusMessage)If Network Firewall fails to create or delete the firewall endpoint in the subnet, it populates this with the reason for the error or failure and how to resolve it.Attachment.BuilderAttachment.Builder. subnetId(String subnetId)The unique identifier of the subnet that you've specified to be used for a firewall endpoint.Attachment.BuilderAttachment. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type Attachment.Builder Modifier and Type Method Description static Class<? extends Attachment.Builder>Attachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type Attachment.Builder Modifier and Type Method Description default SyncState.BuilderSyncState.Builder. attachment(Consumer<Attachment.Builder> attachment)The attachment status of the firewall's association with a single VPC subnet.
-