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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
firewallNameThe 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.
 
- 
firewallArnThe 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.
 
- 
transitGatewayAttachmentIdThe 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.
 
 
-