public static interface ListEventConfigurationsResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListEventConfigurationsResponse.Builder,ListEventConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventConfigurationsResponse.Builder |
eventConfigurationsList(Collection<EventConfigurationItem> eventConfigurationsList)
Event configurations of all events for a single resource.
|
ListEventConfigurationsResponse.Builder |
eventConfigurationsList(Consumer<EventConfigurationItem.Builder>... eventConfigurationsList)
Event configurations of all events for a single resource.
|
ListEventConfigurationsResponse.Builder |
eventConfigurationsList(EventConfigurationItem... eventConfigurationsList)
Event configurations of all events for a single resource.
|
ListEventConfigurationsResponse.Builder |
nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventConfigurationsResponse.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first set of results.ListEventConfigurationsResponse.Builder eventConfigurationsList(Collection<EventConfigurationItem> eventConfigurationsList)
Event configurations of all events for a single resource.
eventConfigurationsList - Event configurations of all events for a single resource.ListEventConfigurationsResponse.Builder eventConfigurationsList(EventConfigurationItem... eventConfigurationsList)
Event configurations of all events for a single resource.
eventConfigurationsList - Event configurations of all events for a single resource.ListEventConfigurationsResponse.Builder eventConfigurationsList(Consumer<EventConfigurationItem.Builder>... eventConfigurationsList)
Event configurations of all events for a single resource.
This is a convenience method that creates an instance of theEventConfigurationItem.Builder avoiding the need to
create one manually via
EventConfigurationItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventConfigurationsList(List.
eventConfigurationsList - a consumer that will call methods on
EventConfigurationItem.Builder#eventConfigurationsList(java.util.Collection) Copyright © 2022. All rights reserved.