public static interface DeleteConfigurationTemplateRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DeleteConfigurationTemplateRequest.Builder,DeleteConfigurationTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteConfigurationTemplateRequest.Builder |
applicationName(String applicationName)
The name of the application to delete the configuration template from.
|
DeleteConfigurationTemplateRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteConfigurationTemplateRequest.Builder |
templateName(String templateName)
The name of the configuration template to delete.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.DeleteConfigurationTemplateRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.