public static interface GetRuntimeManagementConfigResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<GetRuntimeManagementConfigResponse.Builder,GetRuntimeManagementConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRuntimeManagementConfigResponse.Builder |
runtimeVersionArn(String runtimeVersionArn)
The ARN of the runtime the function is configured to use.
|
GetRuntimeManagementConfigResponse.Builder |
updateRuntimeOn(String updateRuntimeOn)
The current runtime update mode of the function.
|
GetRuntimeManagementConfigResponse.Builder |
updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The current runtime update mode of the function.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRuntimeManagementConfigResponse.Builder updateRuntimeOn(String updateRuntimeOn)
The current runtime update mode of the function.
updateRuntimeOn - The current runtime update mode of the function.UpdateRuntimeOn,
UpdateRuntimeOnGetRuntimeManagementConfigResponse.Builder updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The current runtime update mode of the function.
updateRuntimeOn - The current runtime update mode of the function.UpdateRuntimeOn,
UpdateRuntimeOnGetRuntimeManagementConfigResponse.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.