Interface ServerlessFunctionMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServerlessFunctionMetadata.Builder,,ServerlessFunctionMetadata> SdkBuilder<ServerlessFunctionMetadata.Builder,,ServerlessFunctionMetadata> SdkPojo
- Enclosing class:
ServerlessFunctionMetadata
@Mutable
@NotThreadSafe
public static interface ServerlessFunctionMetadata.Builder
extends SdkPojo, CopyableBuilder<ServerlessFunctionMetadata.Builder,ServerlessFunctionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionTags(Map<String, String> functionTags) The tags associated with the serverless function.The runtime of the serverless function.serverlessFunctionName(String serverlessFunctionName) The name of the serverless function.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
-
serverlessFunctionName
The name of the serverless function.
- Parameters:
serverlessFunctionName- The name of the serverless function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtime
The runtime of the serverless function.
- Parameters:
runtime- The runtime of the serverless function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionTags
The tags associated with the serverless function.
- Parameters:
functionTags- The tags associated with the serverless function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-