Class ConfigurationTemplateReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.elasticbeanstalk.ConfigurationTemplateReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConfigurationTemplateReference>
- Enclosing interface:
ConfigurationTemplateReference
@Stability(Stable)
public static final class ConfigurationTemplateReference.Builder
extends Object
implements software.amazon.jsii.Builder<ConfigurationTemplateReference>
A builder for
ConfigurationTemplateReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) Sets the value ofConfigurationTemplateReference.getApplicationName()build()Builds the configured instance.templateName(String templateName) Sets the value ofConfigurationTemplateReference.getTemplateName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationName
@Stability(Stable) public ConfigurationTemplateReference.Builder applicationName(String applicationName) Sets the value ofConfigurationTemplateReference.getApplicationName()- Parameters:
applicationName- The ApplicationName of the ConfigurationTemplate resource. This parameter is required.- Returns:
this
-
templateName
Sets the value ofConfigurationTemplateReference.getTemplateName()- Parameters:
templateName- The TemplateName of the ConfigurationTemplate resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConfigurationTemplateReference>- Returns:
- a new instance of
ConfigurationTemplateReference - Throws:
NullPointerException- if any required attribute was not provided
-