Class FirewallFirewallStatusSyncStateAttachmentArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.networkfirewall.inputs.FirewallFirewallStatusSyncStateAttachmentArgs.Builder
-
- Enclosing class:
- FirewallFirewallStatusSyncStateAttachmentArgs
public static final class FirewallFirewallStatusSyncStateAttachmentArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(FirewallFirewallStatusSyncStateAttachmentArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirewallFirewallStatusSyncStateAttachmentArgs
build()
FirewallFirewallStatusSyncStateAttachmentArgs.Builder
endpointId(com.pulumi.core.Output<java.lang.String> endpointId)
FirewallFirewallStatusSyncStateAttachmentArgs.Builder
endpointId(java.lang.String endpointId)
FirewallFirewallStatusSyncStateAttachmentArgs.Builder
subnetId(com.pulumi.core.Output<java.lang.String> subnetId)
FirewallFirewallStatusSyncStateAttachmentArgs.Builder
subnetId(java.lang.String subnetId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(FirewallFirewallStatusSyncStateAttachmentArgs defaults)
-
-
Method Detail
-
endpointId
public FirewallFirewallStatusSyncStateAttachmentArgs.Builder endpointId(@Nullable com.pulumi.core.Output<java.lang.String> endpointId)
- Parameters:
endpointId
- The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.- Returns:
- builder
-
endpointId
public FirewallFirewallStatusSyncStateAttachmentArgs.Builder endpointId(java.lang.String endpointId)
- Parameters:
endpointId
- The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.- Returns:
- builder
-
subnetId
public FirewallFirewallStatusSyncStateAttachmentArgs.Builder subnetId(@Nullable com.pulumi.core.Output<java.lang.String> subnetId)
- Parameters:
subnetId
- The unique identifier of the subnet that you've specified to be used for a firewall endpoint.- Returns:
- builder
-
subnetId
public FirewallFirewallStatusSyncStateAttachmentArgs.Builder subnetId(java.lang.String subnetId)
- Parameters:
subnetId
- The unique identifier of the subnet that you've specified to be used for a firewall endpoint.- Returns:
- builder
-
build
public FirewallFirewallStatusSyncStateAttachmentArgs build()
-
-