Struct aws_sdk_m2::model::script_batch_job_identifier::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ScriptBatchJobIdentifier.
Implementations§
source§impl Builder
impl Builder
sourcepub fn script_name(self, input: impl Into<String>) -> Self
pub fn script_name(self, input: impl Into<String>) -> Self
The name of the script containing the batch job definition.
sourcepub fn set_script_name(self, input: Option<String>) -> Self
pub fn set_script_name(self, input: Option<String>) -> Self
The name of the script containing the batch job definition.
sourcepub fn build(self) -> ScriptBatchJobIdentifier
pub fn build(self) -> ScriptBatchJobIdentifier
Consumes the builder and constructs a ScriptBatchJobIdentifier.