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