public static interface ListViolationEventsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListViolationEventsRequest.Builder,ListViolationEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListViolationEventsRequest.Builder |
behaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
|
ListViolationEventsRequest.Builder |
behaviorCriteriaType(String behaviorCriteriaType)
The criteria for a behavior.
|
ListViolationEventsRequest.Builder |
endTime(Instant endTime)
The end time for the alerts to be listed.
|
ListViolationEventsRequest.Builder |
listSuppressedAlerts(Boolean listSuppressedAlerts)
A list of all suppressed alerts.
|
ListViolationEventsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListViolationEventsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListViolationEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListViolationEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListViolationEventsRequest.Builder |
securityProfileName(String securityProfileName)
A filter to limit results to those alerts generated by the specified security profile.
|
ListViolationEventsRequest.Builder |
startTime(Instant startTime)
The start time for the alerts to be listed.
|
ListViolationEventsRequest.Builder |
thingName(String thingName)
A filter to limit results to those alerts caused by the specified thing.
|
ListViolationEventsRequest.Builder |
verificationState(String verificationState)
The verification state of the violation (detect alarm).
|
ListViolationEventsRequest.Builder |
verificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListViolationEventsRequest.Builder startTime(Instant startTime)
The start time for the alerts to be listed.
startTime - The start time for the alerts to be listed.ListViolationEventsRequest.Builder endTime(Instant endTime)
The end time for the alerts to be listed.
endTime - The end time for the alerts to be listed.ListViolationEventsRequest.Builder thingName(String thingName)
A filter to limit results to those alerts caused by the specified thing.
thingName - A filter to limit results to those alerts caused by the specified thing.ListViolationEventsRequest.Builder securityProfileName(String securityProfileName)
A filter to limit results to those alerts generated by the specified security profile.
securityProfileName - A filter to limit results to those alerts generated by the specified security profile.ListViolationEventsRequest.Builder behaviorCriteriaType(String behaviorCriteriaType)
The criteria for a behavior.
behaviorCriteriaType - The criteria for a behavior.BehaviorCriteriaType,
BehaviorCriteriaTypeListViolationEventsRequest.Builder behaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
behaviorCriteriaType - The criteria for a behavior.BehaviorCriteriaType,
BehaviorCriteriaTypeListViolationEventsRequest.Builder listSuppressedAlerts(Boolean listSuppressedAlerts)
A list of all suppressed alerts.
listSuppressedAlerts - A list of all suppressed alerts.ListViolationEventsRequest.Builder verificationState(String verificationState)
The verification state of the violation (detect alarm).
verificationState - The verification state of the violation (detect alarm).VerificationState,
VerificationStateListViolationEventsRequest.Builder verificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
verificationState - The verification state of the violation (detect alarm).VerificationState,
VerificationStateListViolationEventsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListViolationEventsRequest.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.ListViolationEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListViolationEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.