public static interface ListActiveViolationsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListActiveViolationsRequest.Builder,ListActiveViolationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActiveViolationsRequest.Builder thingName(String thingName)
The name of the thing whose active violations are listed.
thingName - The name of the thing whose active violations are listed.ListActiveViolationsRequest.Builder securityProfileName(String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
securityProfileName - The name of the Device Defender security profile for which violations are listed.ListActiveViolationsRequest.Builder behaviorCriteriaType(String behaviorCriteriaType)
The criteria for a behavior.
behaviorCriteriaType - The criteria for a behavior.BehaviorCriteriaType,
BehaviorCriteriaTypeListActiveViolationsRequest.Builder behaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
behaviorCriteriaType - The criteria for a behavior.BehaviorCriteriaType,
BehaviorCriteriaTypeListActiveViolationsRequest.Builder listSuppressedAlerts(Boolean listSuppressedAlerts)
A list of all suppressed alerts.
listSuppressedAlerts - A list of all suppressed alerts.ListActiveViolationsRequest.Builder verificationState(String verificationState)
The verification state of the violation (detect alarm).
verificationState - The verification state of the violation (detect alarm).VerificationState,
VerificationStateListActiveViolationsRequest.Builder verificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
verificationState - The verification state of the violation (detect alarm).VerificationState,
VerificationStateListActiveViolationsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListActiveViolationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.ListActiveViolationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListActiveViolationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.