Interface EnvironmentLink.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentLink.Builder,EnvironmentLink>,SdkBuilder<EnvironmentLink.Builder,EnvironmentLink>,SdkPojo
- Enclosing class:
- EnvironmentLink
public static interface EnvironmentLink.Builder extends SdkPojo, CopyableBuilder<EnvironmentLink.Builder,EnvironmentLink>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentLink.BuilderenvironmentName(String environmentName)The name of the linked environment (the dependency).EnvironmentLink.BuilderlinkName(String linkName)The name of the link.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
linkName
EnvironmentLink.Builder linkName(String linkName)
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.
-
environmentName
EnvironmentLink.Builder environmentName(String environmentName)
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.
-
-