public static interface EntityNotExistsException.Builder extends CopyableBuilder<EntityNotExistsException.Builder,EntityNotExistsException>
Modifier and Type | Method and Description |
---|---|
EntityNotExistsException.Builder |
entityIds(Collection<String> entityIds)
Sets the value of the EntityIds property for this object.
|
EntityNotExistsException.Builder |
entityIds(String... entityIds)
Sets the value of the EntityIds property for this object.
|
EntityNotExistsException.Builder |
message(String message) |
copy
apply, build
EntityNotExistsException.Builder entityIds(Collection<String> entityIds)
entityIds
- The new value for the EntityIds property for this object.EntityNotExistsException.Builder entityIds(String... entityIds)
entityIds
- The new value for the EntityIds property for this object.EntityNotExistsException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.