public static interface UpdateFunctionDefinitionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<UpdateFunctionDefinitionRequest.Builder,UpdateFunctionDefinitionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFunctionDefinitionRequest.Builder |
functionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.
|
UpdateFunctionDefinitionRequest.Builder |
name(String name)
The name of the definition.
|
UpdateFunctionDefinitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFunctionDefinitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFunctionDefinitionRequest.Builder functionDefinitionId(String functionDefinitionId)
functionDefinitionId - The ID of the Lambda function definition.UpdateFunctionDefinitionRequest.Builder name(String name)
name - The name of the definition.UpdateFunctionDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFunctionDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.