public static interface CreateScriptResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateScriptResponse.Builder,CreateScriptResponse>
Modifier and Type | Method and Description |
---|---|
CreateScriptResponse.Builder |
pythonScript(String pythonScript)
The Python script generated from the DAG.
|
CreateScriptResponse.Builder |
scalaCode(String scalaCode)
The Scala code generated from the DAG.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateScriptResponse.Builder pythonScript(String pythonScript)
The Python script generated from the DAG.
pythonScript
- The Python script generated from the DAG.CreateScriptResponse.Builder scalaCode(String scalaCode)
The Scala code generated from the DAG.
scalaCode
- The Scala code generated from the DAG.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.