public static interface ListTargetsFilter.Builder extends SdkPojo, CopyableBuilder<ListTargetsFilter.Builder,ListTargetsFilter>
| Modifier and Type | Method and Description |
|---|---|
ListTargetsFilter.Builder |
name(ListTargetsFilterName name)
The name of the attribute you want to use to filter the returned targets.
|
ListTargetsFilter.Builder |
name(String name)
The name of the attribute you want to use to filter the returned targets.
|
ListTargetsFilter.Builder |
value(String value)
The value of the attribute you want to use to filter the returned targets.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetsFilter.Builder name(String name)
The name of the attribute you want to use to filter the returned targets.
name - The name of the attribute you want to use to filter the returned targets.ListTargetsFilterName,
ListTargetsFilterNameListTargetsFilter.Builder name(ListTargetsFilterName name)
The name of the attribute you want to use to filter the returned targets.
name - The name of the attribute you want to use to filter the returned targets.ListTargetsFilterName,
ListTargetsFilterNameListTargetsFilter.Builder value(String value)
The value of the attribute you want to use to filter the returned targets. For example, if you specify SNS for the Target type, you could specify an Amazon Resource Name (ARN) for a topic as the value.
value - The value of the attribute you want to use to filter the returned targets. For example, if you specify
SNS for the Target type, you could specify an Amazon Resource Name (ARN) for a topic as the
value.Copyright © 2021. All rights reserved.