Interface CreateNetworkAclAction.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CreateNetworkAclAction.Builder,CreateNetworkAclAction>, SdkBuilder<CreateNetworkAclAction.Builder,CreateNetworkAclAction>, SdkPojo
Enclosing class:
CreateNetworkAclAction

public static interface CreateNetworkAclAction.Builder extends SdkPojo, CopyableBuilder<CreateNetworkAclAction.Builder,CreateNetworkAclAction>
  • Method Details

    • description

      CreateNetworkAclAction.Builder description(String description)

      Brief description of this remediation action.

      Parameters:
      description - Brief description of this remediation action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpc

      The VPC that's associated with the remediation action.

      Parameters:
      vpc - The VPC that's associated with the remediation action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpc

      The VPC that's associated with the remediation action.

      This is a convenience method that creates an instance of the ActionTarget.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 vpc(ActionTarget).

      Parameters:
      vpc - a consumer that will call methods on ActionTarget.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fmsCanRemediate

      CreateNetworkAclAction.Builder fmsCanRemediate(Boolean fmsCanRemediate)

      Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.

      Parameters:
      fmsCanRemediate - Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.
      Returns:
      Returns a reference to this object so that method calls can be chained together.