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.
|
build
requestOverrideConfig, requestOverrideConfig
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)
functions
- Lambda functions in this function definition version.CreateFunctionDefinitionVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.