Interface ListTargetsFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListTargetsFilter.Builder,ListTargetsFilter>,SdkBuilder<ListTargetsFilter.Builder,ListTargetsFilter>,SdkPojo
- Enclosing class:
- ListTargetsFilter
public static interface ListTargetsFilter.Builder extends SdkPojo, CopyableBuilder<ListTargetsFilter.Builder,ListTargetsFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTargetsFilter.Buildername(String name)The name of the attribute you want to use to filter the returned targets.ListTargetsFilter.Buildername(ListTargetsFilterName name)The name of the attribute you want to use to filter the returned targets.ListTargetsFilter.Buildervalue(String value)The value of the attribute you want to use to filter the returned targets.-
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
ListTargetsFilter.Builder name(String name)
The name of the attribute you want to use to filter the returned targets.
- Parameters:
name- The name of the attribute you want to use to filter the returned targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListTargetsFilterName,ListTargetsFilterName
-
name
ListTargetsFilter.Builder name(ListTargetsFilterName name)
The name of the attribute you want to use to filter the returned targets.
- Parameters:
name- The name of the attribute you want to use to filter the returned targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListTargetsFilterName,ListTargetsFilterName
-
value
ListTargetsFilter.Builder value(String value)
The value of the attribute you want to use to filter the returned targets. For example, if you specify
SNSfor the Target type, you could specify an Amazon Resource Name (ARN) for a topic as the value.- Parameters:
value- The value of the attribute you want to use to filter the returned targets. For example, if you specifySNSfor the Target type, you could specify an Amazon Resource Name (ARN) for a topic as the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-