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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetRuntimeManagementConfigResponse.Builder updateRuntimeOn(String updateRuntimeOn)
The current runtime update mode of the function.
updateRuntimeOn
- The current runtime update mode of the function.UpdateRuntimeOn
,
UpdateRuntimeOn
GetRuntimeManagementConfigResponse.Builder updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The current runtime update mode of the function.
updateRuntimeOn
- The current runtime update mode of the function.UpdateRuntimeOn
,
UpdateRuntimeOn
GetRuntimeManagementConfigResponse.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.