Interface AwsElasticBeanstalkEnvironmentEnvironmentLink.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsElasticBeanstalkEnvironmentEnvironmentLink.Builder,,AwsElasticBeanstalkEnvironmentEnvironmentLink> SdkBuilder<AwsElasticBeanstalkEnvironmentEnvironmentLink.Builder,,AwsElasticBeanstalkEnvironmentEnvironmentLink> SdkPojo
- Enclosing class:
 AwsElasticBeanstalkEnvironmentEnvironmentLink
public static interface AwsElasticBeanstalkEnvironmentEnvironmentLink.Builder
extends SdkPojo, CopyableBuilder<AwsElasticBeanstalkEnvironmentEnvironmentLink.Builder,AwsElasticBeanstalkEnvironmentEnvironmentLink> 
- 
Method Summary
Modifier and TypeMethodDescriptionenvironmentName(String environmentName) The name of the linked environment.The name of the environment link.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
environmentName
The name of the linked environment.
- Parameters:
 environmentName- The name of the linked environment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
linkName
The name of the environment link.
- Parameters:
 linkName- The name of the environment link.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -