| 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.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 © 2022. All rights reserved.