CopyableBuilder<CreateFunctionDefinitionVersionRequest.Builder,CreateFunctionDefinitionVersionRequest>
, SdkBuilder<CreateFunctionDefinitionVersionRequest.Builder,CreateFunctionDefinitionVersionRequest>
public static interface CreateFunctionDefinitionVersionRequest.Builder extends CopyableBuilder<CreateFunctionDefinitionVersionRequest.Builder,CreateFunctionDefinitionVersionRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateFunctionDefinitionVersionRequest.Builder |
amznClientToken(String amznClientToken) |
The client token used to request idempotent operations.
|
CreateFunctionDefinitionVersionRequest.Builder |
functionDefinitionId(String functionDefinitionId) |
the unique Id of the lambda definition
|
CreateFunctionDefinitionVersionRequest.Builder |
functions(Collection<Function> functions) |
Lambda functions in this function definition version.
|
CreateFunctionDefinitionVersionRequest.Builder |
functions(Function... functions) |
Lambda functions in this function definition version.
|
copy
apply, build
CreateFunctionDefinitionVersionRequest.Builder amznClientToken(String amznClientToken)
amznClientToken
- The client token used to request idempotent operations.CreateFunctionDefinitionVersionRequest.Builder functionDefinitionId(String functionDefinitionId)
functionDefinitionId
- the unique Id of the lambda definitionCreateFunctionDefinitionVersionRequest.Builder functions(Collection<Function> functions)
functions
- Lambda functions in this function definition version.CreateFunctionDefinitionVersionRequest.Builder functions(Function... functions)
NOTE: This method appends the values to the existing list (if any). Use
#setFunctions(java.util.Collection)
or #withFunctions(java.util.Collection)
if you want to
override the existing values.
functions
- Lambda functions in this function definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.