Interface ExportedEnvironmentVariable.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ExportedEnvironmentVariable.Builder,,ExportedEnvironmentVariable> SdkBuilder<ExportedEnvironmentVariable.Builder,,ExportedEnvironmentVariable> SdkPojo
- Enclosing class:
 ExportedEnvironmentVariable
public static interface ExportedEnvironmentVariable.Builder
extends SdkPojo, CopyableBuilder<ExportedEnvironmentVariable.Builder,ExportedEnvironmentVariable> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the exported environment variable.The value assigned to the exported environment variable.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
- 
name
The name of the exported environment variable.
- Parameters:
 name- The name of the exported environment variable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value assigned to the exported environment variable.
- Parameters:
 value- The value assigned to the exported environment variable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -