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 AWS account, by Amazon Resource Name (ARN) and ID.
|
ListNotificationRulesResponse.Builder |
notificationRules(Consumer<NotificationRuleSummary.Builder>... notificationRules)
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
|
ListNotificationRulesResponse.Builder |
notificationRules(NotificationRuleSummary... notificationRules)
The list of notification rules for the AWS 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 AWS account, by Amazon Resource Name (ARN) and ID.
notificationRules - The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.ListNotificationRulesResponse.Builder notificationRules(NotificationRuleSummary... notificationRules)
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
notificationRules - The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.ListNotificationRulesResponse.Builder notificationRules(Consumer<NotificationRuleSummary.Builder>... notificationRules)
The list of notification rules for the AWS account, by Amazon Resource Name (ARN) and ID.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #notificationRules(List) .notificationRules - a consumer that will call methods on List.Builder #notificationRules(List) Copyright © 2021. All rights reserved.