Class SourceConfiguration
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.SourceConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
A specification for an environment configuration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the application associated with the configuration.The name of the configuration template.int
hashCode()
void
setApplicationName
(String applicationName) The name of the application associated with the configuration.void
setTemplateName
(String templateName) The name of the configuration template.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The name of the application associated with the configuration.withTemplateName
(String templateName) The name of the configuration template.
-
Constructor Details
-
SourceConfiguration
public SourceConfiguration()
-
-
Method Details
-
setApplicationName
The name of the application associated with the configuration.
- Parameters:
applicationName
- The name of the application associated with the configuration.
-
getApplicationName
The name of the application associated with the configuration.
- Returns:
- The name of the application associated with the configuration.
-
withApplicationName
The name of the application associated with the configuration.
- Parameters:
applicationName
- The name of the application associated with the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTemplateName
The name of the configuration template.
- Parameters:
templateName
- The name of the configuration template.
-
getTemplateName
The name of the configuration template.
- Returns:
- The name of the configuration template.
-
withTemplateName
The name of the configuration template.
- Parameters:
templateName
- The name of the configuration template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-