Struct aws_sdk_glue::output::create_script_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CreateScriptOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn python_script(self, input: impl Into<String>) -> Self
pub fn python_script(self, input: impl Into<String>) -> Self
The Python script generated from the DAG.
sourcepub fn set_python_script(self, input: Option<String>) -> Self
pub fn set_python_script(self, input: Option<String>) -> Self
The Python script generated from the DAG.
sourcepub fn scala_code(self, input: impl Into<String>) -> Self
pub fn scala_code(self, input: impl Into<String>) -> Self
The Scala code generated from the DAG.
sourcepub fn set_scala_code(self, input: Option<String>) -> Self
pub fn set_scala_code(self, input: Option<String>) -> Self
The Scala code generated from the DAG.
sourcepub fn build(self) -> CreateScriptOutput
pub fn build(self) -> CreateScriptOutput
Consumes the builder and constructs a CreateScriptOutput.