Interface ListActiveViolationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListActiveViolationsRequest.Builder,ListActiveViolationsRequest>,IotRequest.Builder,SdkBuilder<ListActiveViolationsRequest.Builder,ListActiveViolationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListActiveViolationsRequest
public static interface ListActiveViolationsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListActiveViolationsRequest.Builder,ListActiveViolationsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
thingName
ListActiveViolationsRequest.Builder thingName(String thingName)
The name of the thing whose active violations are listed.
- Parameters:
thingName- The name of the thing whose active violations are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileName
ListActiveViolationsRequest.Builder securityProfileName(String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
- Parameters:
securityProfileName- The name of the Device Defender security profile for which violations are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
behaviorCriteriaType
ListActiveViolationsRequest.Builder behaviorCriteriaType(String behaviorCriteriaType)
The criteria for a behavior.
- Parameters:
behaviorCriteriaType- The criteria for a behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BehaviorCriteriaType,BehaviorCriteriaType
-
behaviorCriteriaType
ListActiveViolationsRequest.Builder behaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
- Parameters:
behaviorCriteriaType- The criteria for a behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BehaviorCriteriaType,BehaviorCriteriaType
-
listSuppressedAlerts
ListActiveViolationsRequest.Builder listSuppressedAlerts(Boolean listSuppressedAlerts)
A list of all suppressed alerts.
- Parameters:
listSuppressedAlerts- A list of all suppressed alerts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationState
ListActiveViolationsRequest.Builder verificationState(String verificationState)
The verification state of the violation (detect alarm).
- Parameters:
verificationState- The verification state of the violation (detect alarm).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerificationState,VerificationState
-
verificationState
ListActiveViolationsRequest.Builder verificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
- Parameters:
verificationState- The verification state of the violation (detect alarm).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerificationState,VerificationState
-
nextToken
ListActiveViolationsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListActiveViolationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
- Parameters:
maxResults- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListActiveViolationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListActiveViolationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-