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 Details

    • 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

      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

      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 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.