Uses of Interface
software.amazon.awssdk.services.iot.model.DetectMitigationActionsTaskTarget.Builder
-
Packages that use DetectMitigationActionsTaskTarget.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of DetectMitigationActionsTaskTarget.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DetectMitigationActionsTaskTarget.Builder Modifier and Type Method Description DetectMitigationActionsTaskTarget.BuilderDetectMitigationActionsTaskTarget.Builder. behaviorName(String behaviorName)The name of the behavior.static DetectMitigationActionsTaskTarget.BuilderDetectMitigationActionsTaskTarget. builder()DetectMitigationActionsTaskTarget.BuilderDetectMitigationActionsTaskTarget.Builder. securityProfileName(String securityProfileName)The name of the security profile.DetectMitigationActionsTaskTarget.BuilderDetectMitigationActionsTaskTarget. toBuilder()DetectMitigationActionsTaskTarget.BuilderDetectMitigationActionsTaskTarget.Builder. violationIds(String... violationIds)The unique identifiers of the violations.DetectMitigationActionsTaskTarget.BuilderDetectMitigationActionsTaskTarget.Builder. violationIds(Collection<String> violationIds)The unique identifiers of the violations.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DetectMitigationActionsTaskTarget.Builder Modifier and Type Method Description static Class<? extends DetectMitigationActionsTaskTarget.Builder>DetectMitigationActionsTaskTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type DetectMitigationActionsTaskTarget.Builder Modifier and Type Method Description default DetectMitigationActionsTaskSummary.BuilderDetectMitigationActionsTaskSummary.Builder. target(Consumer<DetectMitigationActionsTaskTarget.Builder> target)Specifies the ML Detect findings to which the mitigation actions are applied.default StartDetectMitigationActionsTaskRequest.BuilderStartDetectMitigationActionsTaskRequest.Builder. target(Consumer<DetectMitigationActionsTaskTarget.Builder> target)Specifies the ML Detect findings to which the mitigation actions are applied.
-