public static interface UpdateAttributesRequest.Builder extends SdkPojo, CopyableBuilder<UpdateAttributesRequest.Builder,UpdateAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAttributesRequest.Builder |
blacklist(Collection<String> blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application.
|
UpdateAttributesRequest.Builder |
blacklist(String... blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAttributesRequest.Builder blacklist(Collection<String> blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.
blacklist - An array of the attributes to remove from all the endpoints that are associated with the application.
The array can specify the complete, exact name of each attribute to remove or it can specify a glob
pattern that an attribute name must match in order for the attribute to be removed.UpdateAttributesRequest.Builder blacklist(String... blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.
blacklist - An array of the attributes to remove from all the endpoints that are associated with the application.
The array can specify the complete, exact name of each attribute to remove or it can specify a glob
pattern that an attribute name must match in order for the attribute to be removed.Copyright © 2019. All rights reserved.