CopyableBuilder<EntityNotExistsException.Builder,EntityNotExistsException>, SdkBuilder<EntityNotExistsException.Builder,EntityNotExistsException>public static interface EntityNotExistsException.Builder extends CopyableBuilder<EntityNotExistsException.Builder,EntityNotExistsException>
| Modifier and Type | Method | Description |
|---|---|---|
EntityNotExistsException.Builder |
entityIds(String... entityIds) |
NOTE: This method appends the values to the existing list (if any).
|
EntityNotExistsException.Builder |
entityIds(Collection<String> entityIds) |
|
EntityNotExistsException.Builder |
message(String message) |
copyapply, buildEntityNotExistsException.Builder entityIds(Collection<String> entityIds)
entityIds - EntityNotExistsException.Builder entityIds(String... entityIds)
NOTE: This method appends the values to the existing list (if any). Use
#setEntityIds(java.util.Collection) or #withEntityIds(java.util.Collection) if you want to
override the existing values.
entityIds - EntityNotExistsException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.