public static interface ListProfileNotificationsResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ListProfileNotificationsResponse.Builder,ListProfileNotificationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProfileNotificationsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListProfileNotificationsResponse.Builder |
notificationSummaries(Collection<ProfileNotificationSummary> notificationSummaries)
Notification summaries.
|
ListProfileNotificationsResponse.Builder |
notificationSummaries(Consumer<ProfileNotificationSummary.Builder>... notificationSummaries)
Notification summaries.
|
ListProfileNotificationsResponse.Builder |
notificationSummaries(ProfileNotificationSummary... notificationSummaries)
Notification summaries.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfileNotificationsResponse.Builder notificationSummaries(Collection<ProfileNotificationSummary> notificationSummaries)
Notification summaries.
notificationSummaries - Notification summaries.ListProfileNotificationsResponse.Builder notificationSummaries(ProfileNotificationSummary... notificationSummaries)
Notification summaries.
notificationSummaries - Notification summaries.ListProfileNotificationsResponse.Builder notificationSummaries(Consumer<ProfileNotificationSummary.Builder>... notificationSummaries)
Notification summaries.
This is a convenience method that creates an instance of theProfileNotificationSummary.Builder avoiding the
need to create one manually via
ProfileNotificationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #notificationSummaries(List.
notificationSummaries - a consumer that will call methods on
ProfileNotificationSummary.Builder#notificationSummaries(java.util.Collection) ListProfileNotificationsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.