Interface LambdaIntegrationIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaIntegrationIdentifier.Builder,,LambdaIntegrationIdentifier> SdkBuilder<LambdaIntegrationIdentifier.Builder,,LambdaIntegrationIdentifier> SdkPojo
- Enclosing class:
LambdaIntegrationIdentifier
@Mutable
@NotThreadSafe
public static interface LambdaIntegrationIdentifier.Builder
extends SdkPojo, CopyableBuilder<LambdaIntegrationIdentifier.Builder,LambdaIntegrationIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionArn(String functionArn) Sets the value of the FunctionArn property for this object.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
-
functionArn
Sets the value of the FunctionArn property for this object.- Parameters:
functionArn- The new value for the FunctionArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-