public static interface DeleteConfigurationTemplateRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteConfigurationTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteConfigurationTemplateRequest.Builder |
templateName(String templateName)
The name of the configuration template to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteConfigurationTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.