Interface ListNotificationConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListNotificationConfigurationsResponse.Builder,
,ListNotificationConfigurationsResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<ListNotificationConfigurationsResponse.Builder,
,ListNotificationConfigurationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListNotificationConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface ListNotificationConfigurationsResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListNotificationConfigurationsResponse.Builder,ListNotificationConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token that can be used to retrieve the next set of results.notificationConfigurationList
(Collection<NotificationConfigurationSummary> notificationConfigurationList) The list of notification configurations.notificationConfigurationList
(Consumer<NotificationConfigurationSummary.Builder>... notificationConfigurationList) The list of notification configurations.notificationConfigurationList
(NotificationConfigurationSummary... notificationConfigurationList) The list of notification configurations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
notificationConfigurationList
ListNotificationConfigurationsResponse.Builder notificationConfigurationList(Collection<NotificationConfigurationSummary> notificationConfigurationList) The list of notification configurations.
- Parameters:
notificationConfigurationList
- The list of notification configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfigurationList
ListNotificationConfigurationsResponse.Builder notificationConfigurationList(NotificationConfigurationSummary... notificationConfigurationList) The list of notification configurations.
- Parameters:
notificationConfigurationList
- The list of notification configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfigurationList
ListNotificationConfigurationsResponse.Builder notificationConfigurationList(Consumer<NotificationConfigurationSummary.Builder>... notificationConfigurationList) The list of notification configurations.
This is a convenience method that creates an instance of theNotificationConfigurationSummary.Builder
avoiding the need to create one manually viaNotificationConfigurationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonotificationConfigurationList(List<NotificationConfigurationSummary>)
.- Parameters:
notificationConfigurationList
- a consumer that will call methods onNotificationConfigurationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token that can be used to retrieve the next set of results.
- Parameters:
nextToken
- A token that can be used to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-