Interface ListNotificationRulesFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListNotificationRulesFilter.Builder,ListNotificationRulesFilter>,SdkBuilder<ListNotificationRulesFilter.Builder,ListNotificationRulesFilter>,SdkPojo
- Enclosing class:
- ListNotificationRulesFilter
public static interface ListNotificationRulesFilter.Builder extends SdkPojo, CopyableBuilder<ListNotificationRulesFilter.Builder,ListNotificationRulesFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNotificationRulesFilter.Buildername(String name)The name of the attribute you want to use to filter the returned notification rules.ListNotificationRulesFilter.Buildername(ListNotificationRulesFilterName name)The name of the attribute you want to use to filter the returned notification rules.ListNotificationRulesFilter.Buildervalue(String value)The value of the attribute you want to use to filter the returned notification rules.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
ListNotificationRulesFilter.Builder name(String name)
The name of the attribute you want to use to filter the returned notification rules.
- Parameters:
name- The name of the attribute you want to use to filter the returned notification rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListNotificationRulesFilterName,ListNotificationRulesFilterName
-
name
ListNotificationRulesFilter.Builder name(ListNotificationRulesFilterName name)
The name of the attribute you want to use to filter the returned notification rules.
- Parameters:
name- The name of the attribute you want to use to filter the returned notification rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListNotificationRulesFilterName,ListNotificationRulesFilterName
-
value
ListNotificationRulesFilter.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 CodePipeline for the value.
- Parameters:
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 CodePipeline for the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-