| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static Attachment.Builder |
Attachment.builder() |
Attachment.Builder |
Attachment.Builder.endpointId(String endpointId)
The identifier of the firewall endpoint that Network Firewall has instantiated in the subnet.
|
Attachment.Builder |
Attachment.Builder.status(AttachmentStatus status)
The current status of the firewall endpoint in the subnet.
|
Attachment.Builder |
Attachment.Builder.status(String status)
The current status of the firewall endpoint in the subnet.
|
Attachment.Builder |
Attachment.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.Builder |
Attachment.Builder.subnetId(String subnetId)
The unique identifier of the subnet that you've specified to be used for a firewall endpoint.
|
Attachment.Builder |
Attachment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Attachment.Builder> |
Attachment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SyncState.Builder |
SyncState.Builder.attachment(Consumer<Attachment.Builder> attachment)
The attachment status of the firewall's association with a single VPC subnet.
|
Copyright © 2023. All rights reserved.