Interface GetRuntimeManagementConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRuntimeManagementConfigResponse.Builder,GetRuntimeManagementConfigResponse>,LambdaResponse.Builder,SdkBuilder<GetRuntimeManagementConfigResponse.Builder,GetRuntimeManagementConfigResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRuntimeManagementConfigResponse
@Mutable @NotThreadSafe public static interface GetRuntimeManagementConfigResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<GetRuntimeManagementConfigResponse.Builder,GetRuntimeManagementConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRuntimeManagementConfigResponse.BuilderfunctionArn(String functionArn)The Amazon Resource Name (ARN) of your function.GetRuntimeManagementConfigResponse.BuilderruntimeVersionArn(String runtimeVersionArn)The ARN of the runtime the function is configured to use.GetRuntimeManagementConfigResponse.BuilderupdateRuntimeOn(String updateRuntimeOn)The current runtime update mode of the function.GetRuntimeManagementConfigResponse.BuilderupdateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)The current runtime update mode of the function.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
updateRuntimeOn
GetRuntimeManagementConfigResponse.Builder updateRuntimeOn(String updateRuntimeOn)
The current runtime update mode of the function.
- Parameters:
updateRuntimeOn- The current runtime update mode of the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateRuntimeOn,UpdateRuntimeOn
-
updateRuntimeOn
GetRuntimeManagementConfigResponse.Builder updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The current runtime update mode of the function.
- Parameters:
updateRuntimeOn- The current runtime update mode of the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateRuntimeOn,UpdateRuntimeOn
-
runtimeVersionArn
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
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.
-
functionArn
GetRuntimeManagementConfigResponse.Builder functionArn(String functionArn)
The Amazon Resource Name (ARN) of your function.
- Parameters:
functionArn- The Amazon Resource Name (ARN) of your function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-