public static interface DetectMitigationActionsTaskTarget.Builder extends SdkPojo, CopyableBuilder<DetectMitigationActionsTaskTarget.Builder,DetectMitigationActionsTaskTarget>
| Modifier and Type | Method and Description |
|---|---|
DetectMitigationActionsTaskTarget.Builder |
behaviorName(String behaviorName)
The name of the behavior.
|
DetectMitigationActionsTaskTarget.Builder |
securityProfileName(String securityProfileName)
The name of the security profile.
|
DetectMitigationActionsTaskTarget.Builder |
violationIds(Collection<String> violationIds)
The unique identifiers of the violations.
|
DetectMitigationActionsTaskTarget.Builder |
violationIds(String... violationIds)
The unique identifiers of the violations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectMitigationActionsTaskTarget.Builder violationIds(Collection<String> violationIds)
The unique identifiers of the violations.
violationIds - The unique identifiers of the violations.DetectMitigationActionsTaskTarget.Builder violationIds(String... violationIds)
The unique identifiers of the violations.
violationIds - The unique identifiers of the violations.DetectMitigationActionsTaskTarget.Builder securityProfileName(String securityProfileName)
The name of the security profile.
securityProfileName - The name of the security profile.DetectMitigationActionsTaskTarget.Builder behaviorName(String behaviorName)
The name of the behavior.
behaviorName - The name of the behavior.Copyright © 2023. All rights reserved.