public static interface EC2CopyRouteTableAction.Builder extends SdkPojo, CopyableBuilder<EC2CopyRouteTableAction.Builder,EC2CopyRouteTableAction>
| Modifier and Type | Method and Description |
|---|---|
EC2CopyRouteTableAction.Builder |
description(String description)
A description of the copied EC2 route table that is associated with the remediation action.
|
EC2CopyRouteTableAction.Builder |
routeTableId(ActionTarget routeTableId)
The ID of the copied EC2 route table that is associated with the remediation action.
|
default EC2CopyRouteTableAction.Builder |
routeTableId(Consumer<ActionTarget.Builder> routeTableId)
The ID of the copied EC2 route table that is associated with the remediation action.
|
EC2CopyRouteTableAction.Builder |
vpcId(ActionTarget vpcId)
The VPC ID of the copied EC2 route table that is associated with the remediation action.
|
default EC2CopyRouteTableAction.Builder |
vpcId(Consumer<ActionTarget.Builder> vpcId)
The VPC ID of the copied EC2 route table that is associated with the remediation action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2CopyRouteTableAction.Builder description(String description)
A description of the copied EC2 route table that is associated with the remediation action.
description - A description of the copied EC2 route table that is associated with the remediation action.EC2CopyRouteTableAction.Builder vpcId(ActionTarget vpcId)
The VPC ID of the copied EC2 route table that is associated with the remediation action.
vpcId - The VPC ID of the copied EC2 route table that is associated with the remediation action.default EC2CopyRouteTableAction.Builder vpcId(Consumer<ActionTarget.Builder> vpcId)
The VPC ID of the copied 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 vpcId(ActionTarget).
vpcId - a consumer that will call methods on ActionTarget.BuildervpcId(ActionTarget)EC2CopyRouteTableAction.Builder routeTableId(ActionTarget routeTableId)
The ID of the copied EC2 route table that is associated with the remediation action.
routeTableId - The ID of the copied EC2 route table that is associated with the remediation action.default EC2CopyRouteTableAction.Builder routeTableId(Consumer<ActionTarget.Builder> routeTableId)
The ID of the copied 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)Copyright © 2023. All rights reserved.