| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.builder() |
EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.Builder.description(String description)
A description of the EC2 route table that is associated with the remediation action.
|
EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.Builder.gatewayId(ActionTarget gatewayId)
The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.
|
default EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.Builder.gatewayId(Consumer<ActionTarget.Builder> gatewayId)
The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.
|
EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.Builder.routeTableId(ActionTarget routeTableId)
The ID of the EC2 route table that is associated with the remediation action.
|
default EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.Builder.routeTableId(Consumer<ActionTarget.Builder> routeTableId)
The ID of the EC2 route table that is associated with the remediation action.
|
EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.Builder.subnetId(ActionTarget subnetId)
The ID of the subnet for the EC2 route table that is associated with the remediation action.
|
default EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.Builder.subnetId(Consumer<ActionTarget.Builder> subnetId)
The ID of the subnet for the EC2 route table that is associated with the remediation action.
|
EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EC2AssociateRouteTableAction.Builder> |
EC2AssociateRouteTableAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RemediationAction.Builder |
RemediationAction.Builder.ec2AssociateRouteTableAction(Consumer<EC2AssociateRouteTableAction.Builder> ec2AssociateRouteTableAction)
Information about the AssociateRouteTable action in the Amazon EC2 API.
|
Copyright © 2021. All rights reserved.