public static interface ListViolationEventsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListViolationEventsRequest.Builder,ListViolationEventsRequest>
Modifier and Type | Method and Description |
---|---|
ListViolationEventsRequest.Builder |
endTime(Instant endTime)
The end time for the alerts to be listed.
|
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)
Add an optional request override configuration.
|
ListViolationEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
ListViolationEventsRequest.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 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListViolationEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.