Interface SyncState.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SyncState.Builder,,SyncState> SdkBuilder<SyncState.Builder,,SyncState> SdkPojo
- Enclosing class:
SyncState
-
Method Summary
Modifier and TypeMethodDescriptiondefault SyncState.Builderattachment(Consumer<Attachment.Builder> attachment) The configuration and status for a single firewall subnet.attachment(Attachment attachment) The configuration and status for a single firewall subnet.config(Map<String, PerObjectStatus> config) The configuration status of the firewall endpoint in a single VPC subnet.natGatewayAttachments(Collection<NatGatewayAttachment> natGatewayAttachments) The status of the NAT gateway attachments for a proxy mode firewall in the Availability Zone.natGatewayAttachments(Consumer<NatGatewayAttachment.Builder>... natGatewayAttachments) The status of the NAT gateway attachments for a proxy mode firewall in the Availability Zone.natGatewayAttachments(NatGatewayAttachment... natGatewayAttachments) The status of the NAT gateway attachments for a proxy mode firewall in the Availability Zone.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
attachment
The configuration and status for a single firewall 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.
- Parameters:
attachment- The configuration and status for a single firewall 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachment
The configuration and status for a single firewall 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 a convenience method that creates an instance of theAttachment.Builderavoiding the need to create one manually viaAttachment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattachment(Attachment).- Parameters:
attachment- a consumer that will call methods onAttachment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
natGatewayAttachments
The status of the NAT gateway attachments for a proxy mode firewall in the Availability Zone. This reflects the attachment of the firewall to each NAT gateway that proxies its traffic.
- Parameters:
natGatewayAttachments- The status of the NAT gateway attachments for a proxy mode firewall in the Availability Zone. This reflects the attachment of the firewall to each NAT gateway that proxies its traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
natGatewayAttachments
The status of the NAT gateway attachments for a proxy mode firewall in the Availability Zone. This reflects the attachment of the firewall to each NAT gateway that proxies its traffic.
- Parameters:
natGatewayAttachments- The status of the NAT gateway attachments for a proxy mode firewall in the Availability Zone. This reflects the attachment of the firewall to each NAT gateway that proxies its traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
natGatewayAttachments
SyncState.Builder natGatewayAttachments(Consumer<NatGatewayAttachment.Builder>... natGatewayAttachments) The status of the NAT gateway attachments for a proxy mode firewall in the Availability Zone. This reflects the attachment of the firewall to each NAT gateway that proxies its traffic.
This is a convenience method that creates an instance of theNatGatewayAttachment.Builderavoiding the need to create one manually viaNatGatewayAttachment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonatGatewayAttachments(List<NatGatewayAttachment>).- Parameters:
natGatewayAttachments- a consumer that will call methods onNatGatewayAttachment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-