public static interface ListViolationEventsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListViolationEventsResponse.Builder,ListViolationEventsResponse>
Modifier and Type | Method and Description |
---|---|
ListViolationEventsResponse.Builder |
nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListViolationEventsResponse.Builder |
violationEvents(Collection<ViolationEvent> violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially
filtered by security profile, behavior violated, or thing (device) violating.
|
ListViolationEventsResponse.Builder |
violationEvents(Consumer<ViolationEvent.Builder>... violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially
filtered by security profile, behavior violated, or thing (device) violating.
|
ListViolationEventsResponse.Builder |
violationEvents(ViolationEvent... violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially
filtered by security profile, behavior violated, or thing (device) violating.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListViolationEventsResponse.Builder violationEvents(Collection<ViolationEvent> violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
violationEvents
- The security profile violation alerts issued for this account during the given time frame, potentially
filtered by security profile, behavior violated, or thing (device) violating.ListViolationEventsResponse.Builder violationEvents(ViolationEvent... violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
violationEvents
- The security profile violation alerts issued for this account during the given time frame, potentially
filtered by security profile, behavior violated, or thing (device) violating.ListViolationEventsResponse.Builder violationEvents(Consumer<ViolationEvent.Builder>... violationEvents)
The security profile violation alerts issued for this account during the given time frame, potentially filtered by security profile, behavior violated, or thing (device) violating.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #violationEvents(List)
.violationEvents
- a consumer that will call methods on List.Builder
#violationEvents(List)
ListViolationEventsResponse.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.