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
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaNotificationConfigurationSummary.builder().When the
Consumercompletes,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.
-