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.
|
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.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.routeTableId(Consumer<ActionTarget.Builder> routeTableId) |
The ID of 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.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.Builder.subnetId(ActionTarget subnetId) |
The ID of the subnet for the EC2 route table that is associated with the remediation action.
|
EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.toBuilder() |
|