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