Class EnvironmentLink
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.EnvironmentLink
- All Implemented Interfaces:
Serializable
,Cloneable
A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the linked environment (the dependency).The name of the link.int
hashCode()
void
setEnvironmentName
(String environmentName) The name of the linked environment (the dependency).void
setLinkName
(String linkName) The name of the link.toString()
Returns a string representation of this object; useful for testing and debugging.withEnvironmentName
(String environmentName) The name of the linked environment (the dependency).withLinkName
(String linkName) The name of the link.
-
Constructor Details
-
EnvironmentLink
public EnvironmentLink()
-
-
Method Details
-
setLinkName
The name of the link.
- Parameters:
linkName
- The name of the link.
-
getLinkName
The name of the link.
- Returns:
- The name of the link.
-
withLinkName
The name of the link.
- Parameters:
linkName
- The name of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEnvironmentName
The name of the linked environment (the dependency).
- Parameters:
environmentName
- The name of the linked environment (the dependency).
-
getEnvironmentName
The name of the linked environment (the dependency).
- Returns:
- The name of the linked environment (the dependency).
-
withEnvironmentName
The name of the linked environment (the dependency).
- Parameters:
environmentName
- The name of the linked environment (the dependency).- 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
-