public static interface AssociationFilter.Builder extends CopyableBuilder<AssociationFilter.Builder,AssociationFilter>
| Modifier and Type | Method and Description |
|---|---|
AssociationFilter.Builder |
key(AssociationFilterKey key)
The name of the filter.
|
AssociationFilter.Builder |
key(String key)
The name of the filter.
|
AssociationFilter.Builder |
value(String value)
The filter value.
|
copyapply, buildAssociationFilter.Builder key(String key)
The name of the filter.
key - The name of the filter.AssociationFilterKey,
AssociationFilterKeyAssociationFilter.Builder key(AssociationFilterKey key)
The name of the filter.
key - The name of the filter.AssociationFilterKey,
AssociationFilterKeyAssociationFilter.Builder value(String value)
The filter value.
value - The filter value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.