Interface AwsLambdaFunctionEnvironment.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsLambdaFunctionEnvironment.Builder,,AwsLambdaFunctionEnvironment> SdkBuilder<AwsLambdaFunctionEnvironment.Builder,,AwsLambdaFunctionEnvironment> SdkPojo
- Enclosing class:
 AwsLambdaFunctionEnvironment
public static interface AwsLambdaFunctionEnvironment.Builder
extends SdkPojo, CopyableBuilder<AwsLambdaFunctionEnvironment.Builder,AwsLambdaFunctionEnvironment> 
- 
Method Summary
Modifier and TypeMethodDescriptionAnAwsLambdaFunctionEnvironmentErrorobject.AnAwsLambdaFunctionEnvironmentErrorobject.Environment variable key-value pairs.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
- 
variables
Environment variable key-value pairs.
- Parameters:
 variables- Environment variable key-value pairs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
error
An
AwsLambdaFunctionEnvironmentErrorobject.- Parameters:
 error- AnAwsLambdaFunctionEnvironmentErrorobject.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
error
default AwsLambdaFunctionEnvironment.Builder error(Consumer<AwsLambdaFunctionEnvironmentError.Builder> error) An
This is a convenience method that creates an instance of theAwsLambdaFunctionEnvironmentErrorobject.AwsLambdaFunctionEnvironmentError.Builderavoiding the need to create one manually viaAwsLambdaFunctionEnvironmentError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(AwsLambdaFunctionEnvironmentError).- Parameters:
 error- a consumer that will call methods onAwsLambdaFunctionEnvironmentError.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -