public static interface ListNotificationRulesRequest.Builder extends CodestarNotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListNotificationRulesRequest.Builder,ListNotificationRulesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotificationRulesRequest.Builder filters(Collection<ListNotificationRulesFilter> filters)
The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
filters - The filters to use to return information by service or resource type. For valid values, see
ListNotificationRulesFilter. A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
ListNotificationRulesRequest.Builder filters(ListNotificationRulesFilter... filters)
The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
filters - The filters to use to return information by service or resource type. For valid values, see
ListNotificationRulesFilter. A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
ListNotificationRulesRequest.Builder filters(Consumer<ListNotificationRulesFilter.Builder>... filters)
The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
ListNotificationRulesFilter.Builder
avoiding the need to create one manually via
ListNotificationRulesFilter.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
ListNotificationRulesFilter.Builder#filters(java.util.Collection) ListNotificationRulesRequest.Builder nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.ListNotificationRulesRequest.Builder maxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.
maxResults - A non-negative integer used to limit the number of returned results. The maximum number of results
that can be returned is 100.ListNotificationRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNotificationRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.