Uses of Interface
software.amazon.awssdk.services.fms.model.EC2CopyRouteTableAction.Builder
-
Packages that use EC2CopyRouteTableAction.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of EC2CopyRouteTableAction.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return EC2CopyRouteTableAction.Builder Modifier and Type Method Description static EC2CopyRouteTableAction.BuilderEC2CopyRouteTableAction. builder()EC2CopyRouteTableAction.BuilderEC2CopyRouteTableAction.Builder. description(String description)A description of the copied EC2 route table that is associated with the remediation action.default EC2CopyRouteTableAction.BuilderEC2CopyRouteTableAction.Builder. routeTableId(Consumer<ActionTarget.Builder> routeTableId)The ID of the copied EC2 route table that is associated with the remediation action.EC2CopyRouteTableAction.BuilderEC2CopyRouteTableAction.Builder. routeTableId(ActionTarget routeTableId)The ID of the copied EC2 route table that is associated with the remediation action.EC2CopyRouteTableAction.BuilderEC2CopyRouteTableAction. toBuilder()default EC2CopyRouteTableAction.BuilderEC2CopyRouteTableAction.Builder. vpcId(Consumer<ActionTarget.Builder> vpcId)The VPC ID of the copied EC2 route table that is associated with the remediation action.EC2CopyRouteTableAction.BuilderEC2CopyRouteTableAction.Builder. vpcId(ActionTarget vpcId)The VPC ID of the copied EC2 route table that is associated with the remediation action.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type EC2CopyRouteTableAction.Builder Modifier and Type Method Description static Class<? extends EC2CopyRouteTableAction.Builder>EC2CopyRouteTableAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type EC2CopyRouteTableAction.Builder Modifier and Type Method Description default RemediationAction.BuilderRemediationAction.Builder. ec2CopyRouteTableAction(Consumer<EC2CopyRouteTableAction.Builder> ec2CopyRouteTableAction)Information about the CopyRouteTable action in the Amazon EC2 API.
-