public static interface AlreadyExistsException.Builder extends CopyableBuilder<AlreadyExistsException.Builder,AlreadyExistsException>
| Modifier and Type | Method and Description |
|---|---|
AlreadyExistsException.Builder |
message(String message) |
AlreadyExistsException.Builder |
name(String name)
Indicates that a resource could not be created because the resource name already exists.
|
copyapply, buildAlreadyExistsException.Builder name(String name)
Indicates that a resource could not be created because the resource name already exists.
name - Indicates that a resource could not be created because the resource name already exists.AlreadyExistsException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.