Interface FirewallMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FirewallMetadata.Builder,
,FirewallMetadata> SdkBuilder<FirewallMetadata.Builder,
,FirewallMetadata> SdkPojo
- Enclosing class:
FirewallMetadata
@Mutable
@NotThreadSafe
public static interface FirewallMetadata.Builder
extends SdkPojo, CopyableBuilder<FirewallMetadata.Builder,FirewallMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionfirewallArn
(String firewallArn) The Amazon Resource Name (ARN) of the firewall.firewallName
(String firewallName) The descriptive name of the firewall.transitGatewayAttachmentId
(String transitGatewayAttachmentId) The unique identifier of the transit gateway attachment associated with this firewall.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
firewallName
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
- Parameters:
firewallName
- The descriptive name of the firewall. You can't change the name of a firewall after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallArn
The Amazon Resource Name (ARN) of the firewall.
- Parameters:
firewallArn
- The Amazon Resource Name (ARN) of the firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayAttachmentId
The unique identifier of the transit gateway attachment associated with this firewall. This field is only present for transit gateway-attached firewalls.
- Parameters:
transitGatewayAttachmentId
- The unique identifier of the transit gateway attachment associated with this firewall. This field is only present for transit gateway-attached firewalls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-