CopyableBuilder<DeleteConfigurationTemplateRequest.Builder,DeleteConfigurationTemplateRequest>, SdkBuilder<DeleteConfigurationTemplateRequest.Builder,DeleteConfigurationTemplateRequest>public static interface DeleteConfigurationTemplateRequest.Builder extends CopyableBuilder<DeleteConfigurationTemplateRequest.Builder,DeleteConfigurationTemplateRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteConfigurationTemplateRequest.Builder |
applicationName(String applicationName) |
The name of the application to delete the configuration template from.
|
DeleteConfigurationTemplateRequest.Builder |
templateName(String templateName) |
The name of the configuration template to delete.
|
copyapply, buildDeleteConfigurationTemplateRequest.Builder applicationName(String applicationName)
The name of the application to delete the configuration template from.
applicationName - The name of the application to delete the configuration template from.DeleteConfigurationTemplateRequest.Builder templateName(String templateName)
The name of the configuration template to delete.
templateName - The name of the configuration template to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.