public static interface NamespaceAlreadyExistsException.Builder extends CopyableBuilder<NamespaceAlreadyExistsException.Builder,NamespaceAlreadyExistsException>
| Modifier and Type | Method and Description |
|---|---|
NamespaceAlreadyExistsException.Builder |
creatorRequestId(String creatorRequestId)
The
CreatorRequestId that was used to create the namespace. |
NamespaceAlreadyExistsException.Builder |
message(String message) |
NamespaceAlreadyExistsException.Builder |
namespaceId(String namespaceId)
The ID of the existing namespace.
|
copyapply, buildNamespaceAlreadyExistsException.Builder creatorRequestId(String creatorRequestId)
The CreatorRequestId that was used to create the namespace.
creatorRequestId - The CreatorRequestId that was used to create the namespace.NamespaceAlreadyExistsException.Builder namespaceId(String namespaceId)
The ID of the existing namespace.
namespaceId - The ID of the existing namespace.NamespaceAlreadyExistsException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.