Interface PutRuntimeManagementConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutRuntimeManagementConfigResponse.Builder,PutRuntimeManagementConfigResponse>,LambdaResponse.Builder,SdkBuilder<PutRuntimeManagementConfigResponse.Builder,PutRuntimeManagementConfigResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutRuntimeManagementConfigResponse
@Mutable @NotThreadSafe public static interface PutRuntimeManagementConfigResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<PutRuntimeManagementConfigResponse.Builder,PutRuntimeManagementConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutRuntimeManagementConfigResponse.BuilderfunctionArn(String functionArn)The ARN of the functionPutRuntimeManagementConfigResponse.BuilderruntimeVersionArn(String runtimeVersionArn)The ARN of the runtime the function is configured to use.PutRuntimeManagementConfigResponse.BuilderupdateRuntimeOn(String updateRuntimeOn)The runtime update mode.PutRuntimeManagementConfigResponse.BuilderupdateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)The runtime update mode.-
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
PutRuntimeManagementConfigResponse.Builder updateRuntimeOn(String 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,UpdateRuntimeOn
-
updateRuntimeOn
PutRuntimeManagementConfigResponse.Builder updateRuntimeOn(UpdateRuntimeOn 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,UpdateRuntimeOn
-
functionArn
PutRuntimeManagementConfigResponse.Builder functionArn(String 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
PutRuntimeManagementConfigResponse.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.
-
-