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