CopyableBuilder<DeleteParametersRequest.Builder,DeleteParametersRequest>, SdkBuilder<DeleteParametersRequest.Builder,DeleteParametersRequest>public static interface DeleteParametersRequest.Builder extends CopyableBuilder<DeleteParametersRequest.Builder,DeleteParametersRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteParametersRequest.Builder |
names(String... names) |
The names of the parameters to delete.
|
DeleteParametersRequest.Builder |
names(Collection<String> names) |
The names of the parameters to delete.
|
copyapply, buildDeleteParametersRequest.Builder names(Collection<String> names)
The names of the parameters to delete.
names - The names of the parameters to delete.DeleteParametersRequest.Builder names(String... names)
The names of the parameters to delete.
NOTE: This method appends the values to the existing list (if any). Use
#setNames(java.util.Collection) or #withNames(java.util.Collection) if you want to override
the existing values.
names - The names of the parameters to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.