| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static EC2CopyRouteTableAction.Builder |
EC2CopyRouteTableAction.builder() |
EC2CopyRouteTableAction.Builder |
EC2CopyRouteTableAction.Builder.description(String description)
A description of the copied EC2 route table that is associated with the remediation action.
|
EC2CopyRouteTableAction.Builder |
EC2CopyRouteTableAction.Builder.routeTableId(ActionTarget routeTableId)
The ID of the copied EC2 route table that is associated with the remediation action.
|
default EC2CopyRouteTableAction.Builder |
EC2CopyRouteTableAction.Builder.routeTableId(Consumer<ActionTarget.Builder> routeTableId)
The ID of the copied EC2 route table that is associated with the remediation action.
|
EC2CopyRouteTableAction.Builder |
EC2CopyRouteTableAction.toBuilder() |
EC2CopyRouteTableAction.Builder |
EC2CopyRouteTableAction.Builder.vpcId(ActionTarget vpcId)
The VPC ID of the copied EC2 route table that is associated with the remediation action.
|
default EC2CopyRouteTableAction.Builder |
EC2CopyRouteTableAction.Builder.vpcId(Consumer<ActionTarget.Builder> vpcId)
The VPC ID of the copied EC2 route table that is associated with the remediation action.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EC2CopyRouteTableAction.Builder> |
EC2CopyRouteTableAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RemediationAction.Builder |
RemediationAction.Builder.ec2CopyRouteTableAction(Consumer<EC2CopyRouteTableAction.Builder> ec2CopyRouteTableAction)
Information about the CopyRouteTable action in the Amazon EC2 API.
|
Copyright © 2022. All rights reserved.