public static interface ListViolationEventsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListViolationEventsRequest.Builder,ListViolationEventsRequest>
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 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 © 2021. All rights reserved.