Interface PutRuntimeManagementConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutRuntimeManagementConfigResponse.Builder,,PutRuntimeManagementConfigResponse> LambdaResponse.Builder,SdkBuilder<PutRuntimeManagementConfigResponse.Builder,,PutRuntimeManagementConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutRuntimeManagementConfigResponse
public static interface PutRuntimeManagementConfigResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<PutRuntimeManagementConfigResponse.Builder,PutRuntimeManagementConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionArn(String functionArn) The ARN of the functionruntimeVersionArn(String runtimeVersionArn) The ARN of the runtime the function is configured to use.updateRuntimeOn(String updateRuntimeOn) The runtime update mode.updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn) The runtime update mode.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
updateRuntimeOn
The runtime update mode.
- Parameters:
updateRuntimeOn- The runtime update mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateRuntimeOn
The runtime update mode.
- Parameters:
updateRuntimeOn- The runtime update mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
functionArn
The ARN of the function
- Parameters:
functionArn- The ARN of the function- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeVersionArn
The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise
nullis returned.- Parameters:
runtimeVersionArn- The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwisenullis returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-