public static interface AssociationFilter.Builder extends software.amazon.awssdk.utils.builder.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.
|
AssociationFilter.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. All rights reserved.