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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.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
-
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.
- 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.
-
notificationConfigurations
ListNotificationConfigurationsResponse.Builder notificationConfigurations(Collection<NotificationConfigurationStructure> notificationConfigurations) The
NotificationConfigurationsin the account.- Parameters:
notificationConfigurations- TheNotificationConfigurationsin the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfigurations
ListNotificationConfigurationsResponse.Builder notificationConfigurations(NotificationConfigurationStructure... notificationConfigurations) The
NotificationConfigurationsin the account.- Parameters:
notificationConfigurations- TheNotificationConfigurationsin the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfigurations
ListNotificationConfigurationsResponse.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 onNotificationConfigurationStructure.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-