public static interface EC2AssociateRouteTableAction.Builder extends SdkPojo, CopyableBuilder<EC2AssociateRouteTableAction.Builder,EC2AssociateRouteTableAction>
| Modifier and Type | Method and Description |
|---|---|
EC2AssociateRouteTableAction.Builder |
description(String description)
A description of the EC2 route table that is associated with the remediation action.
|
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 |
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 |
routeTableId(ActionTarget routeTableId)
The ID of the EC2 route table that is associated with the remediation action.
|
default EC2AssociateRouteTableAction.Builder |
routeTableId(Consumer<ActionTarget.Builder> routeTableId)
The ID of the EC2 route table that is associated with the remediation action.
|
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 |
subnetId(Consumer<ActionTarget.Builder> subnetId)
The ID of the subnet for the EC2 route table that is associated with the remediation action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2AssociateRouteTableAction.Builder description(String description)
A description of the EC2 route table that is associated with the remediation action.
description - A description of the EC2 route table that is associated with the remediation action.EC2AssociateRouteTableAction.Builder routeTableId(ActionTarget routeTableId)
The ID of the EC2 route table that is associated with the remediation action.
routeTableId - The ID of the EC2 route table that is associated with the remediation action.default EC2AssociateRouteTableAction.Builder routeTableId(Consumer<ActionTarget.Builder> routeTableId)
The ID of the EC2 route table that is associated with the remediation action.
This is a convenience method that creates an instance of theActionTarget.Builder avoiding the need
to create one manually via ActionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to routeTableId(ActionTarget).
routeTableId - a consumer that will call methods on ActionTarget.BuilderrouteTableId(ActionTarget)EC2AssociateRouteTableAction.Builder subnetId(ActionTarget subnetId)
The ID of the subnet for the EC2 route table that is associated with the remediation action.
subnetId - The ID of the subnet for the EC2 route table that is associated with the remediation action.default EC2AssociateRouteTableAction.Builder subnetId(Consumer<ActionTarget.Builder> subnetId)
The ID of the subnet for the EC2 route table that is associated with the remediation action.
This is a convenience method that creates an instance of theActionTarget.Builder avoiding the need
to create one manually via ActionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to subnetId(ActionTarget).
subnetId - a consumer that will call methods on ActionTarget.BuildersubnetId(ActionTarget)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.
gatewayId - The ID of the gateway to be used with the EC2 route table that is associated with the remediation
action.default 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.
This is a convenience method that creates an instance of theActionTarget.Builder avoiding the need
to create one manually via ActionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gatewayId(ActionTarget).
gatewayId - a consumer that will call methods on ActionTarget.BuildergatewayId(ActionTarget)Copyright © 2023. All rights reserved.