public static interface ListNotificationRulesFilter.Builder extends SdkPojo, CopyableBuilder<ListNotificationRulesFilter.Builder,ListNotificationRulesFilter>
| Modifier and Type | Method and Description |
|---|---|
ListNotificationRulesFilter.Builder |
name(ListNotificationRulesFilterName name)
The name of the attribute you want to use to filter the returned notification rules.
|
ListNotificationRulesFilter.Builder |
name(String name)
The name of the attribute you want to use to filter the returned notification rules.
|
ListNotificationRulesFilter.Builder |
value(String value)
The value of the attribute you want to use to filter the returned notification rules.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListNotificationRulesFilter.Builder name(String name)
The name of the attribute you want to use to filter the returned notification rules.
name - The name of the attribute you want to use to filter the returned notification rules.ListNotificationRulesFilterName,
ListNotificationRulesFilterNameListNotificationRulesFilter.Builder name(ListNotificationRulesFilterName name)
The name of the attribute you want to use to filter the returned notification rules.
name - The name of the attribute you want to use to filter the returned notification rules.ListNotificationRulesFilterName,
ListNotificationRulesFilterNameListNotificationRulesFilter.Builder value(String value)
The value of the attribute you want to use to filter the returned notification rules. For example, if you specify filtering by RESOURCE in Name, you might specify the ARN of a pipeline in AWS CodePipeline for the value.
value - The value of the attribute you want to use to filter the returned notification rules. For example, if
you specify filtering by RESOURCE in Name, you might specify the ARN of a pipeline in AWS
CodePipeline for the value.Copyright © 2019. All rights reserved.