public static interface CreateFunctionDefinitionVersionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<CreateFunctionDefinitionVersionRequest.Builder,CreateFunctionDefinitionVersionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFunctionDefinitionVersionRequest.Builder amznClientToken(String amznClientToken)
amznClientToken - A client token used to correlate requests and responses.CreateFunctionDefinitionVersionRequest.Builder defaultConfig(FunctionDefaultConfig defaultConfig)
defaultConfig - The default configuration that applies to all Lambda functions in this function definition version.
Individual Lambda functions can override these settings.default CreateFunctionDefinitionVersionRequest.Builder defaultConfig(Consumer<FunctionDefaultConfig.Builder> defaultConfig)
FunctionDefaultConfig.Builder avoiding the need to create one manually via
FunctionDefaultConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to defaultConfig(FunctionDefaultConfig).defaultConfig - a consumer that will call methods on FunctionDefaultConfig.BuilderdefaultConfig(FunctionDefaultConfig)CreateFunctionDefinitionVersionRequest.Builder functionDefinitionId(String functionDefinitionId)
functionDefinitionId - The ID of the Lambda function definition.CreateFunctionDefinitionVersionRequest.Builder functions(Collection<Function> functions)
functions - A list of Lambda functions in this function definition version.CreateFunctionDefinitionVersionRequest.Builder functions(Function... functions)
functions - A list of Lambda functions in this function definition version.CreateFunctionDefinitionVersionRequest.Builder functions(Consumer<Function.Builder>... functions)
List.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #functions(List) .functions - a consumer that will call methods on List.Builder #functions(List) CreateFunctionDefinitionVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFunctionDefinitionVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.