Interface UpdateFunctionConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateFunctionConfigurationResponse.Builder,,- UpdateFunctionConfigurationResponse> - LambdaResponse.Builder,- SdkBuilder<UpdateFunctionConfigurationResponse.Builder,,- UpdateFunctionConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateFunctionConfigurationResponse
- 
Method SummaryModifier and TypeMethodDescriptionarchitectures(Collection<Architecture> architectures) The instruction set architecture that the function supports.architectures(Architecture... architectures) The instruction set architecture that the function supports.architecturesWithStrings(String... architectures) The instruction set architecture that the function supports.architecturesWithStrings(Collection<String> architectures) The instruction set architecture that the function supports.codeSha256(String codeSha256) The SHA256 hash of the function's deployment package.The size of the function's deployment package, in bytes.deadLetterConfig(Consumer<DeadLetterConfig.Builder> deadLetterConfig) The function's dead letter queue.deadLetterConfig(DeadLetterConfig deadLetterConfig) The function's dead letter queue.description(String description) The function's description.environment(Consumer<EnvironmentResponse.Builder> environment) The function's environment variables.environment(EnvironmentResponse environment) The function's environment variables.ephemeralStorage(Consumer<EphemeralStorage.Builder> ephemeralStorage) The size of the function's/tmpdirectory in MB.ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's/tmpdirectory in MB.fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system.fileSystemConfigs(Consumer<FileSystemConfig.Builder>... fileSystemConfigs) Connection settings for an Amazon EFS file system.fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system.functionArn(String functionArn) The function's Amazon Resource Name (ARN).functionName(String functionName) The name of the function.The function that Lambda calls to begin running your function.imageConfigResponse(Consumer<ImageConfigResponse.Builder> imageConfigResponse) The function's image configuration values.imageConfigResponse(ImageConfigResponse imageConfigResponse) The function's image configuration values.The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:lastModified(String lastModified) The date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).lastUpdateStatus(String lastUpdateStatus) The status of the last update that was performed on the function.lastUpdateStatus(LastUpdateStatus lastUpdateStatus) The status of the last update that was performed on the function.lastUpdateStatusReason(String lastUpdateStatusReason) The reason for the last update that was performed on the function.lastUpdateStatusReasonCode(String lastUpdateStatusReasonCode) The reason code for the last update that was performed on the function.lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode) The reason code for the last update that was performed on the function.layers(Collection<Layer> layers) The function's layers.layers(Consumer<Layer.Builder>... layers) The function's layers.The function's layers.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings.loggingConfig(LoggingConfig loggingConfig) The function's Amazon CloudWatch Logs configuration settings.For Lambda@Edge functions, the ARN of the main function.memorySize(Integer memorySize) The amount of memory available to the function at runtime.packageType(String packageType) The type of deployment package.packageType(PackageType packageType) The type of deployment package.revisionId(String revisionId) The latest updated revision of the function or alias.The function's execution role.The identifier of the function's runtime.The identifier of the function's runtime.runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig) The ARN of the runtime and any errors that occured.runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig) The ARN of the runtime and any errors that occured.signingJobArn(String signingJobArn) The ARN of the signing job.signingProfileVersionArn(String signingProfileVersionArn) The ARN of the signing profile version.snapStart(Consumer<SnapStartResponse.Builder> snapStart) SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.snapStart(SnapStartResponse snapStart) SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.The current state of the function.The current state of the function.stateReason(String stateReason) The reason for the function's current state.stateReasonCode(String stateReasonCode) The reason code for the function's current state.stateReasonCode(StateReasonCode stateReasonCode) The reason code for the function's current state.The amount of time in seconds that Lambda allows a function to run before stopping it.tracingConfig(Consumer<TracingConfigResponse.Builder> tracingConfig) The function's X-Ray tracing configuration.tracingConfig(TracingConfigResponse tracingConfig) The function's X-Ray tracing configuration.The version of the Lambda function.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) The function's networking configuration.vpcConfig(VpcConfigResponse vpcConfig) The function's networking configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
functionNameThe name of the function. - Parameters:
- functionName- The name of the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionArnThe function's Amazon Resource Name (ARN). - Parameters:
- functionArn- The function's Amazon Resource Name (ARN).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
runtimeThe identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image. The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see Runtime use after deprecation. For a list of all currently supported runtimes, see Supported runtimes. - Parameters:
- runtime- The identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image.- The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see Runtime use after deprecation. - For a list of all currently supported runtimes, see Supported runtimes. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
runtimeThe identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image. The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see Runtime use after deprecation. For a list of all currently supported runtimes, see Supported runtimes. - Parameters:
- runtime- The identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image.- The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see Runtime use after deprecation. - For a list of all currently supported runtimes, see Supported runtimes. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
roleThe function's execution role. - Parameters:
- role- The function's execution role.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
handlerThe function that Lambda calls to begin running your function. - Parameters:
- handler- The function that Lambda calls to begin running your function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeSizeThe size of the function's deployment package, in bytes. - Parameters:
- codeSize- The size of the function's deployment package, in bytes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe function's description. - Parameters:
- description- The function's description.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timeoutThe amount of time in seconds that Lambda allows a function to run before stopping it. - Parameters:
- timeout- The amount of time in seconds that Lambda allows a function to run before stopping it.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
memorySizeThe amount of memory available to the function at runtime. - Parameters:
- memorySize- The amount of memory available to the function at runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedThe date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). - Parameters:
- lastModified- The date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeSha256The SHA256 hash of the function's deployment package. - Parameters:
- codeSha256- The SHA256 hash of the function's deployment package.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionThe version of the Lambda function. - Parameters:
- version- The version of the Lambda function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcConfigThe function's networking configuration. - Parameters:
- vpcConfig- The function's networking configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcConfigdefault UpdateFunctionConfigurationResponse.Builder vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) The function's networking configuration. This is a convenience method that creates an instance of theVpcConfigResponse.Builderavoiding the need to create one manually viaVpcConfigResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfig(VpcConfigResponse).- Parameters:
- vpcConfig- a consumer that will call methods on- VpcConfigResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
deadLetterConfigThe function's dead letter queue. - Parameters:
- deadLetterConfig- The function's dead letter queue.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deadLetterConfigdefault UpdateFunctionConfigurationResponse.Builder deadLetterConfig(Consumer<DeadLetterConfig.Builder> deadLetterConfig) The function's dead letter queue. This is a convenience method that creates an instance of theDeadLetterConfig.Builderavoiding the need to create one manually viaDeadLetterConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeadLetterConfig(DeadLetterConfig).- Parameters:
- deadLetterConfig- a consumer that will call methods on- DeadLetterConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
environmentThe function's environment variables. Omitted from CloudTrail logs. - Parameters:
- environment- The function's environment variables. Omitted from CloudTrail logs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentdefault UpdateFunctionConfigurationResponse.Builder environment(Consumer<EnvironmentResponse.Builder> environment) The function's environment variables. Omitted from CloudTrail logs. This is a convenience method that creates an instance of theEnvironmentResponse.Builderavoiding the need to create one manually viaEnvironmentResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironment(EnvironmentResponse).- Parameters:
- environment- a consumer that will call methods on- EnvironmentResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
kmsKeyArnThe ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources: - 
 The function's environment variables. 
- 
 The function's Lambda SnapStart snapshots. 
- 
 When used with SourceKMSKeyArn, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see Specifying a customer managed key for Lambda.
- 
 The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see Function lifecycle. 
 If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key or an Amazon Web Services managed key. - Parameters:
- kmsKeyArn- The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:- 
        The function's environment variables. 
- 
        The function's Lambda SnapStart snapshots. 
- 
        When used with SourceKMSKeyArn, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see Specifying a customer managed key for Lambda.
- 
        The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see Function lifecycle. 
 - If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key or an Amazon Web Services managed key. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
tracingConfigThe function's X-Ray tracing configuration. - Parameters:
- tracingConfig- The function's X-Ray tracing configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tracingConfigdefault UpdateFunctionConfigurationResponse.Builder tracingConfig(Consumer<TracingConfigResponse.Builder> tracingConfig) The function's X-Ray tracing configuration. This is a convenience method that creates an instance of theTracingConfigResponse.Builderavoiding the need to create one manually viaTracingConfigResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totracingConfig(TracingConfigResponse).- Parameters:
- tracingConfig- a consumer that will call methods on- TracingConfigResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
masterArnFor Lambda@Edge functions, the ARN of the main function. - Parameters:
- masterArn- For Lambda@Edge functions, the ARN of the main function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
revisionIdThe latest updated revision of the function or alias. - Parameters:
- revisionId- The latest updated revision of the function or alias.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
layers
- 
layers
- 
layersThe function's layers. This is a convenience method that creates an instance of theLayer.Builderavoiding the need to create one manually viaLayer.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolayers(List<Layer>).- Parameters:
- layers- a consumer that will call methods on- Layer.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe current state of the function. When the state is Inactive, you can reactivate the function by invoking it.- Parameters:
- state- The current state of the function. When the state is- Inactive, you can reactivate the function by invoking it.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe current state of the function. When the state is Inactive, you can reactivate the function by invoking it.- Parameters:
- state- The current state of the function. When the state is- Inactive, you can reactivate the function by invoking it.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateReasonThe reason for the function's current state. - Parameters:
- stateReason- The reason for the function's current state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateReasonCodeThe reason code for the function's current state. When the code is Creating, you can't invoke or modify the function.- Parameters:
- stateReasonCode- The reason code for the function's current state. When the code is- Creating, you can't invoke or modify the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateReasonCodeThe reason code for the function's current state. When the code is Creating, you can't invoke or modify the function.- Parameters:
- stateReasonCode- The reason code for the function's current state. When the code is- Creating, you can't invoke or modify the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastUpdateStatusThe status of the last update that was performed on the function. This is first set to Successfulafter function creation completes.- Parameters:
- lastUpdateStatus- The status of the last update that was performed on the function. This is first set to- Successfulafter function creation completes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastUpdateStatusThe status of the last update that was performed on the function. This is first set to Successfulafter function creation completes.- Parameters:
- lastUpdateStatus- The status of the last update that was performed on the function. This is first set to- Successfulafter function creation completes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastUpdateStatusReasonThe reason for the last update that was performed on the function. - Parameters:
- lastUpdateStatusReason- The reason for the last update that was performed on the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdateStatusReasonCodeUpdateFunctionConfigurationResponse.Builder lastUpdateStatusReasonCode(String lastUpdateStatusReasonCode) The reason code for the last update that was performed on the function. - Parameters:
- lastUpdateStatusReasonCode- The reason code for the last update that was performed on the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastUpdateStatusReasonCodeUpdateFunctionConfigurationResponse.Builder lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode) The reason code for the last update that was performed on the function. - Parameters:
- lastUpdateStatusReasonCode- The reason code for the last update that was performed on the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fileSystemConfigsUpdateFunctionConfigurationResponse.Builder fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system. - Parameters:
- fileSystemConfigs- Connection settings for an Amazon EFS file system.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fileSystemConfigsUpdateFunctionConfigurationResponse.Builder fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system. - Parameters:
- fileSystemConfigs- Connection settings for an Amazon EFS file system.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fileSystemConfigsUpdateFunctionConfigurationResponse.Builder fileSystemConfigs(Consumer<FileSystemConfig.Builder>... fileSystemConfigs) Connection settings for an Amazon EFS file system. This is a convenience method that creates an instance of theFileSystemConfig.Builderavoiding the need to create one manually viaFileSystemConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileSystemConfigs(List<FileSystemConfig>).- Parameters:
- fileSystemConfigs- a consumer that will call methods on- FileSystemConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
packageTypeThe type of deployment package. Set to Imagefor container image and setZipfor .zip file archive.- Parameters:
- packageType- The type of deployment package. Set to- Imagefor container image and set- Zipfor .zip file archive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
packageTypeThe type of deployment package. Set to Imagefor container image and setZipfor .zip file archive.- Parameters:
- packageType- The type of deployment package. Set to- Imagefor container image and set- Zipfor .zip file archive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
imageConfigResponseUpdateFunctionConfigurationResponse.Builder imageConfigResponse(ImageConfigResponse imageConfigResponse) The function's image configuration values. - Parameters:
- imageConfigResponse- The function's image configuration values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
imageConfigResponsedefault UpdateFunctionConfigurationResponse.Builder imageConfigResponse(Consumer<ImageConfigResponse.Builder> imageConfigResponse) The function's image configuration values. This is a convenience method that creates an instance of theImageConfigResponse.Builderavoiding the need to create one manually viaImageConfigResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimageConfigResponse(ImageConfigResponse).- Parameters:
- imageConfigResponse- a consumer that will call methods on- ImageConfigResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
signingProfileVersionArnUpdateFunctionConfigurationResponse.Builder signingProfileVersionArn(String signingProfileVersionArn) The ARN of the signing profile version. - Parameters:
- signingProfileVersionArn- The ARN of the signing profile version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
signingJobArnThe ARN of the signing job. - Parameters:
- signingJobArn- The ARN of the signing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
architecturesWithStringsUpdateFunctionConfigurationResponse.Builder architecturesWithStrings(Collection<String> architectures) The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.- Parameters:
- architectures- The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is- x86_64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
architecturesWithStringsThe instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.- Parameters:
- architectures- The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is- x86_64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
architecturesThe instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.- Parameters:
- architectures- The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is- x86_64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
architecturesThe instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.- Parameters:
- architectures- The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is- x86_64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ephemeralStorageThe size of the function's /tmpdirectory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).- Parameters:
- ephemeralStorage- The size of the function's- /tmpdirectory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ephemeralStoragedefault UpdateFunctionConfigurationResponse.Builder ephemeralStorage(Consumer<EphemeralStorage.Builder> ephemeralStorage) The size of the function's This is a convenience method that creates an instance of the/tmpdirectory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).EphemeralStorage.Builderavoiding the need to create one manually viaEphemeralStorage.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toephemeralStorage(EphemeralStorage).- Parameters:
- ephemeralStorage- a consumer that will call methods on- EphemeralStorage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
snapStartSet ApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.- Parameters:
- snapStart- Set- ApplyOnto- PublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
snapStartdefault UpdateFunctionConfigurationResponse.Builder snapStart(Consumer<SnapStartResponse.Builder> snapStart) Set This is a convenience method that creates an instance of theApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.SnapStartResponse.Builderavoiding the need to create one manually viaSnapStartResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosnapStart(SnapStartResponse).- Parameters:
- snapStart- a consumer that will call methods on- SnapStartResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
runtimeVersionConfigUpdateFunctionConfigurationResponse.Builder runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig) The ARN of the runtime and any errors that occured. - Parameters:
- runtimeVersionConfig- The ARN of the runtime and any errors that occured.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
runtimeVersionConfigdefault UpdateFunctionConfigurationResponse.Builder runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig) The ARN of the runtime and any errors that occured. This is a convenience method that creates an instance of theRuntimeVersionConfig.Builderavoiding the need to create one manually viaRuntimeVersionConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toruntimeVersionConfig(RuntimeVersionConfig).- Parameters:
- runtimeVersionConfig- a consumer that will call methods on- RuntimeVersionConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
loggingConfigThe function's Amazon CloudWatch Logs configuration settings. - Parameters:
- loggingConfig- The function's Amazon CloudWatch Logs configuration settings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loggingConfigdefault UpdateFunctionConfigurationResponse.Builder loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings. This is a convenience method that creates an instance of theLoggingConfig.Builderavoiding the need to create one manually viaLoggingConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologgingConfig(LoggingConfig).- Parameters:
- loggingConfig- a consumer that will call methods on- LoggingConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-