Interface GetRuntimeManagementConfigResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetRuntimeManagementConfigResponse.Builder,GetRuntimeManagementConfigResponse>, LambdaResponse.Builder, SdkBuilder<GetRuntimeManagementConfigResponse.Builder,GetRuntimeManagementConfigResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetRuntimeManagementConfigResponse

public static interface GetRuntimeManagementConfigResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<GetRuntimeManagementConfigResponse.Builder,GetRuntimeManagementConfigResponse>
  • Method Details

    • 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

      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:
    • 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 null is 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, otherwise null is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.