Interface GetPlanResponse.Builder

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

public static interface GetPlanResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetPlanResponse.Builder,GetPlanResponse>
  • Method Details

    • pythonScript

      GetPlanResponse.Builder pythonScript(String pythonScript)

      A Python script to perform the mapping.

      Parameters:
      pythonScript - A Python script to perform the mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scalaCode

      GetPlanResponse.Builder scalaCode(String scalaCode)

      The Scala code to perform the mapping.

      Parameters:
      scalaCode - The Scala code to perform the mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.