public static interface InvalidTemplateException.Builder extends CopyableBuilder<InvalidTemplateException.Builder,InvalidTemplateException>
Modifier and Type | Method and Description |
---|---|
InvalidTemplateException.Builder |
message(String message) |
InvalidTemplateException.Builder |
templateName(String templateName)
Sets the value of the TemplateName property for this object.
|
copy
apply, build
InvalidTemplateException.Builder templateName(String templateName)
templateName
- The new value for the TemplateName property for this object.InvalidTemplateException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.