| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.builder() |
DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.Builder.firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.Builder.firewallName(String firewallName)
The descriptive name of the firewall.
|
DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.Builder.subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.Builder.subnetMappings(SubnetMapping... subnetMappings)
The IDs of the subnets that are associated with the firewall.
|
DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.toBuilder() |
DisassociateSubnetsResponse.Builder |
DisassociateSubnetsResponse.Builder.updateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateSubnetsResponse.Builder> |
DisassociateSubnetsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.