public static interface CreateFunctionDefinitionVersionRequest.Builder extends GreengrassRequest.Builder, CopyableBuilder<CreateFunctionDefinitionVersionRequest.Builder,CreateFunctionDefinitionVersionRequest>
| Modifier and Type | Method and 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.
|
CreateFunctionDefinitionVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreateFunctionDefinitionVersionRequest.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)
functions - Lambda functions in this function definition version.CreateFunctionDefinitionVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.