public static interface ListNotificationRulesResponse.Builder extends CodestarNotificationsResponse.Builder, SdkPojo, CopyableBuilder<ListNotificationRulesResponse.Builder,ListNotificationRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNotificationRulesResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
ListNotificationRulesResponse.Builder |
notificationRules(Collection<NotificationRuleSummary> notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
|
ListNotificationRulesResponse.Builder |
notificationRules(Consumer<NotificationRuleSummary.Builder>... notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
|
ListNotificationRulesResponse.Builder |
notificationRules(NotificationRuleSummary... notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotificationRulesResponse.Builder nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken - An enumeration token that can be used in a request to return the next batch of the results.ListNotificationRulesResponse.Builder notificationRules(Collection<NotificationRuleSummary> notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
notificationRules - The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and
ID.ListNotificationRulesResponse.Builder notificationRules(NotificationRuleSummary... notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
notificationRules - The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and
ID.ListNotificationRulesResponse.Builder notificationRules(Consumer<NotificationRuleSummary.Builder>... notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
This is a convenience method that creates an instance of theNotificationRuleSummary.Builder avoiding
the need to create one manually via
NotificationRuleSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #notificationRules(List.
notificationRules - a consumer that will call methods on
NotificationRuleSummary.Builder#notificationRules(java.util.Collection) Copyright © 2022. All rights reserved.