Uses of Interface
software.amazon.awssdk.services.glue.model.CreateScriptResponse.Builder
-
Packages that use CreateScriptResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CreateScriptResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CreateScriptResponse.Builder Modifier and Type Method Description static CreateScriptResponse.BuilderCreateScriptResponse. builder()CreateScriptResponse.BuilderCreateScriptResponse.Builder. pythonScript(String pythonScript)The Python script generated from the DAG.CreateScriptResponse.BuilderCreateScriptResponse.Builder. scalaCode(String scalaCode)The Scala code generated from the DAG.CreateScriptResponse.BuilderCreateScriptResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CreateScriptResponse.Builder Modifier and Type Method Description static Class<? extends CreateScriptResponse.Builder>CreateScriptResponse. serializableBuilderClass()
-