public static interface PutRuntimeManagementConfigResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<PutRuntimeManagementConfigResponse.Builder,PutRuntimeManagementConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
PutRuntimeManagementConfigResponse.Builder |
functionArn(String functionArn)
The ARN of the function
|
PutRuntimeManagementConfigResponse.Builder |
runtimeVersionArn(String runtimeVersionArn)
The ARN of the runtime the function is configured to use.
|
PutRuntimeManagementConfigResponse.Builder |
updateRuntimeOn(String updateRuntimeOn)
The runtime update mode.
|
PutRuntimeManagementConfigResponse.Builder |
updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The runtime update mode.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutRuntimeManagementConfigResponse.Builder updateRuntimeOn(String updateRuntimeOn)
The runtime update mode.
updateRuntimeOn - The runtime update mode.UpdateRuntimeOn,
UpdateRuntimeOnPutRuntimeManagementConfigResponse.Builder updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The runtime update mode.
updateRuntimeOn - The runtime update mode.UpdateRuntimeOn,
UpdateRuntimeOnPutRuntimeManagementConfigResponse.Builder functionArn(String functionArn)
The ARN of the function
functionArn - The ARN of the functionPutRuntimeManagementConfigResponse.Builder runtimeVersionArn(String runtimeVersionArn)
The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the
ARN is returned, otherwise null is returned.
runtimeVersionArn - The ARN of the runtime the function is configured to use. If the runtime update mode is manual,
the ARN is returned, otherwise null is returned.Copyright © 2023. All rights reserved.