public static interface RemediationAction.Builder extends SdkPojo, CopyableBuilder<RemediationAction.Builder,RemediationAction>
| Modifier and Type | Method and Description |
|---|---|
RemediationAction.Builder |
description(String description)
A description of a remediation action.
|
default RemediationAction.Builder |
ec2AssociateRouteTableAction(Consumer<EC2AssociateRouteTableAction.Builder> ec2AssociateRouteTableAction)
Information about the AssociateRouteTable action in the Amazon EC2 API.
|
RemediationAction.Builder |
ec2AssociateRouteTableAction(EC2AssociateRouteTableAction ec2AssociateRouteTableAction)
Information about the AssociateRouteTable action in the Amazon EC2 API.
|
default RemediationAction.Builder |
ec2CopyRouteTableAction(Consumer<EC2CopyRouteTableAction.Builder> ec2CopyRouteTableAction)
Information about the CopyRouteTable action in the Amazon EC2 API.
|
RemediationAction.Builder |
ec2CopyRouteTableAction(EC2CopyRouteTableAction ec2CopyRouteTableAction)
Information about the CopyRouteTable action in the Amazon EC2 API.
|
default RemediationAction.Builder |
ec2CreateRouteAction(Consumer<EC2CreateRouteAction.Builder> ec2CreateRouteAction)
Information about the CreateRoute action in the Amazon EC2 API.
|
RemediationAction.Builder |
ec2CreateRouteAction(EC2CreateRouteAction ec2CreateRouteAction)
Information about the CreateRoute action in the Amazon EC2 API.
|
default RemediationAction.Builder |
ec2CreateRouteTableAction(Consumer<EC2CreateRouteTableAction.Builder> ec2CreateRouteTableAction)
Information about the CreateRouteTable action in the Amazon EC2 API.
|
RemediationAction.Builder |
ec2CreateRouteTableAction(EC2CreateRouteTableAction ec2CreateRouteTableAction)
Information about the CreateRouteTable action in the Amazon EC2 API.
|
default RemediationAction.Builder |
ec2DeleteRouteAction(Consumer<EC2DeleteRouteAction.Builder> ec2DeleteRouteAction)
Information about the DeleteRoute action in the Amazon EC2 API.
|
RemediationAction.Builder |
ec2DeleteRouteAction(EC2DeleteRouteAction ec2DeleteRouteAction)
Information about the DeleteRoute action in the Amazon EC2 API.
|
default RemediationAction.Builder |
ec2ReplaceRouteAction(Consumer<EC2ReplaceRouteAction.Builder> ec2ReplaceRouteAction)
Information about the ReplaceRoute action in the Amazon EC2 API.
|
RemediationAction.Builder |
ec2ReplaceRouteAction(EC2ReplaceRouteAction ec2ReplaceRouteAction)
Information about the ReplaceRoute action in the Amazon EC2 API.
|
default RemediationAction.Builder |
ec2ReplaceRouteTableAssociationAction(Consumer<EC2ReplaceRouteTableAssociationAction.Builder> ec2ReplaceRouteTableAssociationAction)
Information about the ReplaceRouteTableAssociation action in the Amazon EC2 API.
|
RemediationAction.Builder |
ec2ReplaceRouteTableAssociationAction(EC2ReplaceRouteTableAssociationAction ec2ReplaceRouteTableAssociationAction)
Information about the ReplaceRouteTableAssociation action in the Amazon EC2 API.
|
default RemediationAction.Builder |
fmsPolicyUpdateFirewallCreationConfigAction(Consumer<FMSPolicyUpdateFirewallCreationConfigAction.Builder> fmsPolicyUpdateFirewallCreationConfigAction)
The remedial action to take when updating a firewall configuration.
|
RemediationAction.Builder |
fmsPolicyUpdateFirewallCreationConfigAction(FMSPolicyUpdateFirewallCreationConfigAction fmsPolicyUpdateFirewallCreationConfigAction)
The remedial action to take when updating a firewall configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemediationAction.Builder description(String description)
A description of a remediation action.
description - A description of a remediation action.RemediationAction.Builder ec2CreateRouteAction(EC2CreateRouteAction ec2CreateRouteAction)
Information about the CreateRoute action in the Amazon EC2 API.
ec2CreateRouteAction - Information about the CreateRoute action in the Amazon EC2 API.default RemediationAction.Builder ec2CreateRouteAction(Consumer<EC2CreateRouteAction.Builder> ec2CreateRouteAction)
Information about the CreateRoute action in the Amazon EC2 API.
This is a convenience method that creates an instance of theEC2CreateRouteAction.Builder avoiding
the need to create one manually via EC2CreateRouteAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ec2CreateRouteAction(EC2CreateRouteAction).
ec2CreateRouteAction - a consumer that will call methods on EC2CreateRouteAction.Builderec2CreateRouteAction(EC2CreateRouteAction)RemediationAction.Builder ec2ReplaceRouteAction(EC2ReplaceRouteAction ec2ReplaceRouteAction)
Information about the ReplaceRoute action in the Amazon EC2 API.
ec2ReplaceRouteAction - Information about the ReplaceRoute action in the Amazon EC2 API.default RemediationAction.Builder ec2ReplaceRouteAction(Consumer<EC2ReplaceRouteAction.Builder> ec2ReplaceRouteAction)
Information about the ReplaceRoute action in the Amazon EC2 API.
This is a convenience method that creates an instance of theEC2ReplaceRouteAction.Builder avoiding
the need to create one manually via EC2ReplaceRouteAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ec2ReplaceRouteAction(EC2ReplaceRouteAction).
ec2ReplaceRouteAction - a consumer that will call methods on EC2ReplaceRouteAction.Builderec2ReplaceRouteAction(EC2ReplaceRouteAction)RemediationAction.Builder ec2DeleteRouteAction(EC2DeleteRouteAction ec2DeleteRouteAction)
Information about the DeleteRoute action in the Amazon EC2 API.
ec2DeleteRouteAction - Information about the DeleteRoute action in the Amazon EC2 API.default RemediationAction.Builder ec2DeleteRouteAction(Consumer<EC2DeleteRouteAction.Builder> ec2DeleteRouteAction)
Information about the DeleteRoute action in the Amazon EC2 API.
This is a convenience method that creates an instance of theEC2DeleteRouteAction.Builder avoiding
the need to create one manually via EC2DeleteRouteAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ec2DeleteRouteAction(EC2DeleteRouteAction).
ec2DeleteRouteAction - a consumer that will call methods on EC2DeleteRouteAction.Builderec2DeleteRouteAction(EC2DeleteRouteAction)RemediationAction.Builder ec2CopyRouteTableAction(EC2CopyRouteTableAction ec2CopyRouteTableAction)
Information about the CopyRouteTable action in the Amazon EC2 API.
ec2CopyRouteTableAction - Information about the CopyRouteTable action in the Amazon EC2 API.default RemediationAction.Builder ec2CopyRouteTableAction(Consumer<EC2CopyRouteTableAction.Builder> ec2CopyRouteTableAction)
Information about the CopyRouteTable action in the Amazon EC2 API.
This is a convenience method that creates an instance of theEC2CopyRouteTableAction.Builder avoiding
the need to create one manually via EC2CopyRouteTableAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ec2CopyRouteTableAction(EC2CopyRouteTableAction).
ec2CopyRouteTableAction - a consumer that will call methods on EC2CopyRouteTableAction.Builderec2CopyRouteTableAction(EC2CopyRouteTableAction)RemediationAction.Builder ec2ReplaceRouteTableAssociationAction(EC2ReplaceRouteTableAssociationAction ec2ReplaceRouteTableAssociationAction)
Information about the ReplaceRouteTableAssociation action in the Amazon EC2 API.
ec2ReplaceRouteTableAssociationAction - Information about the ReplaceRouteTableAssociation action in the Amazon EC2 API.default RemediationAction.Builder ec2ReplaceRouteTableAssociationAction(Consumer<EC2ReplaceRouteTableAssociationAction.Builder> ec2ReplaceRouteTableAssociationAction)
Information about the ReplaceRouteTableAssociation action in the Amazon EC2 API.
This is a convenience method that creates an instance of theEC2ReplaceRouteTableAssociationAction.Builder avoiding the need to create one manually via
EC2ReplaceRouteTableAssociationAction.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
ec2ReplaceRouteTableAssociationAction(EC2ReplaceRouteTableAssociationAction).
ec2ReplaceRouteTableAssociationAction - a consumer that will call methods on EC2ReplaceRouteTableAssociationAction.Builderec2ReplaceRouteTableAssociationAction(EC2ReplaceRouteTableAssociationAction)RemediationAction.Builder ec2AssociateRouteTableAction(EC2AssociateRouteTableAction ec2AssociateRouteTableAction)
Information about the AssociateRouteTable action in the Amazon EC2 API.
ec2AssociateRouteTableAction - Information about the AssociateRouteTable action in the Amazon EC2 API.default RemediationAction.Builder ec2AssociateRouteTableAction(Consumer<EC2AssociateRouteTableAction.Builder> ec2AssociateRouteTableAction)
Information about the AssociateRouteTable action in the Amazon EC2 API.
This is a convenience method that creates an instance of theEC2AssociateRouteTableAction.Builder
avoiding the need to create one manually via EC2AssociateRouteTableAction.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ec2AssociateRouteTableAction(EC2AssociateRouteTableAction).
ec2AssociateRouteTableAction - a consumer that will call methods on EC2AssociateRouteTableAction.Builderec2AssociateRouteTableAction(EC2AssociateRouteTableAction)RemediationAction.Builder ec2CreateRouteTableAction(EC2CreateRouteTableAction ec2CreateRouteTableAction)
Information about the CreateRouteTable action in the Amazon EC2 API.
ec2CreateRouteTableAction - Information about the CreateRouteTable action in the Amazon EC2 API.default RemediationAction.Builder ec2CreateRouteTableAction(Consumer<EC2CreateRouteTableAction.Builder> ec2CreateRouteTableAction)
Information about the CreateRouteTable action in the Amazon EC2 API.
This is a convenience method that creates an instance of theEC2CreateRouteTableAction.Builder
avoiding the need to create one manually via EC2CreateRouteTableAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ec2CreateRouteTableAction(EC2CreateRouteTableAction).
ec2CreateRouteTableAction - a consumer that will call methods on EC2CreateRouteTableAction.Builderec2CreateRouteTableAction(EC2CreateRouteTableAction)RemediationAction.Builder fmsPolicyUpdateFirewallCreationConfigAction(FMSPolicyUpdateFirewallCreationConfigAction fmsPolicyUpdateFirewallCreationConfigAction)
The remedial action to take when updating a firewall configuration.
fmsPolicyUpdateFirewallCreationConfigAction - The remedial action to take when updating a firewall configuration.default RemediationAction.Builder fmsPolicyUpdateFirewallCreationConfigAction(Consumer<FMSPolicyUpdateFirewallCreationConfigAction.Builder> fmsPolicyUpdateFirewallCreationConfigAction)
The remedial action to take when updating a firewall configuration.
This is a convenience method that creates an instance of theFMSPolicyUpdateFirewallCreationConfigAction.Builder avoiding the need to create one manually via
FMSPolicyUpdateFirewallCreationConfigAction.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
fmsPolicyUpdateFirewallCreationConfigAction(FMSPolicyUpdateFirewallCreationConfigAction).
fmsPolicyUpdateFirewallCreationConfigAction - a consumer that will call methods on FMSPolicyUpdateFirewallCreationConfigAction.BuilderfmsPolicyUpdateFirewallCreationConfigAction(FMSPolicyUpdateFirewallCreationConfigAction)Copyright © 2023. All rights reserved.