public static interface SyncState.Builder extends SdkPojo, CopyableBuilder<SyncState.Builder,SyncState>
| Modifier and Type | Method and Description |
|---|---|
SyncState.Builder |
attachment(Attachment attachment)
The attachment status of the firewall's association with a single VPC subnet.
|
default SyncState.Builder |
attachment(Consumer<Attachment.Builder> attachment)
The attachment status of the firewall's association with a single VPC subnet.
|
SyncState.Builder |
config(Map<String,PerObjectStatus> config)
The configuration status of the firewall endpoint in a single VPC subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSyncState.Builder attachment(Attachment attachment)
The attachment status of the firewall's association with a single VPC subnet. For each configured subnet, Network Firewall creates the attachment by instantiating the firewall endpoint in the subnet so that it's ready to take traffic. This is part of the FirewallStatus.
attachment - The attachment status of the firewall's association with a single VPC subnet. For each configured
subnet, Network Firewall creates the attachment by instantiating the firewall endpoint in the subnet
so that it's ready to take traffic. This is part of the FirewallStatus.default SyncState.Builder attachment(Consumer<Attachment.Builder> attachment)
The attachment status of the firewall's association with a single VPC subnet. For each configured subnet, Network Firewall creates the attachment by instantiating the firewall endpoint in the subnet so that it's ready to take traffic. This is part of the FirewallStatus.
This is a convenience method that creates an instance of theAttachment.Builder avoiding the need to
create one manually via Attachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to attachment(Attachment).
attachment - a consumer that will call methods on Attachment.Builderattachment(Attachment)SyncState.Builder config(Map<String,PerObjectStatus> config)
The configuration status of the firewall endpoint in a single VPC subnet. Network Firewall provides each endpoint with the rules that are configured in the firewall policy. Each time you add a subnet or modify the associated firewall policy, Network Firewall synchronizes the rules in the endpoint, so it can properly filter network traffic. This is part of the FirewallStatus.
config - The configuration status of the firewall endpoint in a single VPC subnet. Network Firewall provides
each endpoint with the rules that are configured in the firewall policy. Each time you add a subnet or
modify the associated firewall policy, Network Firewall synchronizes the rules in the endpoint, so it
can properly filter network traffic. This is part of the FirewallStatus.Copyright © 2023. All rights reserved.