public static interface EventDestinationAlreadyExistsException.Builder extends CopyableBuilder<EventDestinationAlreadyExistsException.Builder,EventDestinationAlreadyExistsException>
| Modifier and Type | Method and Description |
|---|---|
EventDestinationAlreadyExistsException.Builder |
configurationSetName(String configurationSetName)
Indicates that the configuration set does not exist.
|
EventDestinationAlreadyExistsException.Builder |
eventDestinationName(String eventDestinationName)
Indicates that the event destination does not exist.
|
EventDestinationAlreadyExistsException.Builder |
message(String message) |
copyapply, buildEventDestinationAlreadyExistsException.Builder configurationSetName(String configurationSetName)
Indicates that the configuration set does not exist.
configurationSetName - Indicates that the configuration set does not exist.EventDestinationAlreadyExistsException.Builder eventDestinationName(String eventDestinationName)
Indicates that the event destination does not exist.
eventDestinationName - Indicates that the event destination does not exist.EventDestinationAlreadyExistsException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.