public static interface EnvironmentLink.Builder extends CopyableBuilder<EnvironmentLink.Builder,EnvironmentLink>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentLink.Builder |
environmentName(String environmentName)
The name of the linked environment (the dependency).
|
EnvironmentLink.Builder |
linkName(String linkName)
The name of the link.
|
copyapply, buildEnvironmentLink.Builder linkName(String linkName)
The name of the link.
linkName - The name of the link.EnvironmentLink.Builder environmentName(String environmentName)
The name of the linked environment (the dependency).
environmentName - The name of the linked environment (the dependency).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.