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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
notificationConfigurationListListNotificationConfigurationsResponse.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.
 
- 
notificationConfigurationListListNotificationConfigurationsResponse.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.
 
- 
notificationConfigurationListListNotificationConfigurationsResponse.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 on- NotificationConfigurationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA 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.
 
 
-