Interface ListNotificationConfigurationsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListNotificationConfigurationsResponse.Builder,,- ListNotificationConfigurationsResponse> - NotificationsResponse.Builder,- SdkBuilder<ListNotificationConfigurationsResponse.Builder,,- ListNotificationConfigurationsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListNotificationConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface ListNotificationConfigurationsResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<ListNotificationConfigurationsResponse.Builder,ListNotificationConfigurationsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA pagination token.notificationConfigurations(Collection<NotificationConfigurationStructure> notificationConfigurations) TheNotificationConfigurationsin the account.notificationConfigurations(Consumer<NotificationConfigurationStructure.Builder>... notificationConfigurations) TheNotificationConfigurationsin the account.notificationConfigurations(NotificationConfigurationStructure... notificationConfigurations) TheNotificationConfigurationsin the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.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- 
nextTokenA pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries. - Parameters:
- nextToken- A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notificationConfigurationsListNotificationConfigurationsResponse.Builder notificationConfigurations(Collection<NotificationConfigurationStructure> notificationConfigurations) The NotificationConfigurationsin the account.- Parameters:
- notificationConfigurations- The- NotificationConfigurationsin the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notificationConfigurationsListNotificationConfigurationsResponse.Builder notificationConfigurations(NotificationConfigurationStructure... notificationConfigurations) The NotificationConfigurationsin the account.- Parameters:
- notificationConfigurations- The- NotificationConfigurationsin the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notificationConfigurationsListNotificationConfigurationsResponse.Builder notificationConfigurations(Consumer<NotificationConfigurationStructure.Builder>... notificationConfigurations) The This is a convenience method that creates an instance of theNotificationConfigurationsin the account.NotificationConfigurationStructure.Builderavoiding the need to create one manually viaNotificationConfigurationStructure.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonotificationConfigurations(List<NotificationConfigurationStructure>).- Parameters:
- notificationConfigurations- a consumer that will call methods on- NotificationConfigurationStructure.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-