| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionTarget.Builder |
ActionTarget.builder() |
ActionTarget.Builder |
ActionTarget.Builder.description(String description)
A description of the remediation action target.
|
ActionTarget.Builder |
ActionTarget.Builder.resourceId(String resourceId)
The ID of the remediation target.
|
ActionTarget.Builder |
ActionTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionTarget.Builder> |
ActionTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EC2ReplaceRouteTableAssociationAction.Builder |
EC2ReplaceRouteTableAssociationAction.Builder.associationId(Consumer<ActionTarget.Builder> associationId)
Information about the association ID.
|
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.
|
default EC2CreateRouteAction.Builder |
EC2CreateRouteAction.Builder.gatewayId(Consumer<ActionTarget.Builder> gatewayId)
Information about the ID of an internet gateway or virtual private gateway attached to your VPC.
|
default EC2ReplaceRouteAction.Builder |
EC2ReplaceRouteAction.Builder.gatewayId(Consumer<ActionTarget.Builder> gatewayId)
Information about the ID of an internet gateway or virtual private gateway.
|
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.
|
default EC2AssociateRouteTableAction.Builder |
EC2AssociateRouteTableAction.Builder.routeTableId(Consumer<ActionTarget.Builder> routeTableId)
The ID of the EC2 route table that is associated with the remediation action.
|
default EC2CreateRouteAction.Builder |
EC2CreateRouteAction.Builder.routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the route table for the route.
|
default EC2ReplaceRouteAction.Builder |
EC2ReplaceRouteAction.Builder.routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the route table.
|
default EC2ReplaceRouteTableAssociationAction.Builder |
EC2ReplaceRouteTableAssociationAction.Builder.routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the new route table to associate with the subnet.
|
default EC2DeleteRouteAction.Builder |
EC2DeleteRouteAction.Builder.routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the route table.
|
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.
|
default EC2CreateRouteAction.Builder |
EC2CreateRouteAction.Builder.vpcEndpointId(Consumer<ActionTarget.Builder> vpcEndpointId)
Information about the ID of a VPC endpoint.
|
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.
|
default EC2CreateRouteTableAction.Builder |
EC2CreateRouteTableAction.Builder.vpcId(Consumer<ActionTarget.Builder> vpcId)
Information about the ID of a VPC.
|
Copyright © 2022. All rights reserved.