Interface LambdaUngraceful.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaUngraceful.Builder,,LambdaUngraceful> SdkBuilder<LambdaUngraceful.Builder,,LambdaUngraceful> SdkPojo
- Enclosing class:
LambdaUngraceful
@Mutable
@NotThreadSafe
public static interface LambdaUngraceful.Builder
extends SdkPojo, CopyableBuilder<LambdaUngraceful.Builder,LambdaUngraceful>
-
Method Summary
Modifier and TypeMethodDescriptionThe ungraceful behavior for a Lambda function, which must be set toskip.behavior(LambdaUngracefulBehavior behavior) The ungraceful behavior for a Lambda function, which must be set toskip.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, sdkFieldNameToField, sdkFields
-
Method Details
-
behavior
The ungraceful behavior for a Lambda function, which must be set to
skip.- Parameters:
behavior- The ungraceful behavior for a Lambda function, which must be set toskip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
behavior
The ungraceful behavior for a Lambda function, which must be set to
skip.- Parameters:
behavior- The ungraceful behavior for a Lambda function, which must be set toskip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-