public static interface ListNotificationsResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ListNotificationsResponse.Builder,ListNotificationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListNotificationsResponse.Builder |
notificationSummaries(Collection<NotificationSummary> notificationSummaries)
List of lens notification summaries in a workload.
|
ListNotificationsResponse.Builder |
notificationSummaries(Consumer<NotificationSummary.Builder>... notificationSummaries)
List of lens notification summaries in a workload.
|
ListNotificationsResponse.Builder |
notificationSummaries(NotificationSummary... notificationSummaries)
List of lens notification summaries in a workload.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotificationsResponse.Builder notificationSummaries(Collection<NotificationSummary> notificationSummaries)
List of lens notification summaries in a workload.
notificationSummaries - List of lens notification summaries in a workload.ListNotificationsResponse.Builder notificationSummaries(NotificationSummary... notificationSummaries)
List of lens notification summaries in a workload.
notificationSummaries - List of lens notification summaries in a workload.ListNotificationsResponse.Builder notificationSummaries(Consumer<NotificationSummary.Builder>... notificationSummaries)
List of lens notification summaries in a workload.
This is a convenience method that creates an instance of theNotificationSummary.Builder avoiding the need
to create one manually via
NotificationSummary.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
NotificationSummary.Builder#notificationSummaries(java.util.Collection) ListNotificationsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.