#[non_exhaustive]pub struct AwsStepFunctionStateMachineDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsStepFunctionStateMachineDetails
.
Implementations§
source§impl AwsStepFunctionStateMachineDetailsBuilder
impl AwsStepFunctionStateMachineDetailsBuilder
sourcepub fn label(self, input: impl Into<String>) -> Self
pub fn label(self, input: impl Into<String>) -> Self
A user-defined or an auto-generated string that identifies a Map
state. This parameter is present only if the stateMachineArn
specified in input is a qualified state machine ARN.
sourcepub fn set_label(self, input: Option<String>) -> Self
pub fn set_label(self, input: Option<String>) -> Self
A user-defined or an auto-generated string that identifies a Map
state. This parameter is present only if the stateMachineArn
specified in input is a qualified state machine ARN.
sourcepub fn get_label(&self) -> &Option<String>
pub fn get_label(&self) -> &Option<String>
A user-defined or an auto-generated string that identifies a Map
state. This parameter is present only if the stateMachineArn
specified in input is a qualified state machine ARN.
sourcepub fn logging_configuration(
self,
input: AwsStepFunctionStateMachineLoggingConfigurationDetails
) -> Self
pub fn logging_configuration( self, input: AwsStepFunctionStateMachineLoggingConfigurationDetails ) -> Self
Used to set CloudWatch Logs options.
sourcepub fn set_logging_configuration(
self,
input: Option<AwsStepFunctionStateMachineLoggingConfigurationDetails>
) -> Self
pub fn set_logging_configuration( self, input: Option<AwsStepFunctionStateMachineLoggingConfigurationDetails> ) -> Self
Used to set CloudWatch Logs options.
sourcepub fn get_logging_configuration(
&self
) -> &Option<AwsStepFunctionStateMachineLoggingConfigurationDetails>
pub fn get_logging_configuration( &self ) -> &Option<AwsStepFunctionStateMachineLoggingConfigurationDetails>
Used to set CloudWatch Logs options.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.
sourcepub fn state_machine_arn(self, input: impl Into<String>) -> Self
pub fn state_machine_arn(self, input: impl Into<String>) -> Self
The ARN that identifies the state machine.
sourcepub fn set_state_machine_arn(self, input: Option<String>) -> Self
pub fn set_state_machine_arn(self, input: Option<String>) -> Self
The ARN that identifies the state machine.
sourcepub fn get_state_machine_arn(&self) -> &Option<String>
pub fn get_state_machine_arn(&self) -> &Option<String>
The ARN that identifies the state machine.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The current status of the state machine.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The current status of the state machine.
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
The current status of the state machine.
sourcepub fn tracing_configuration(
self,
input: AwsStepFunctionStateMachineTracingConfigurationDetails
) -> Self
pub fn tracing_configuration( self, input: AwsStepFunctionStateMachineTracingConfigurationDetails ) -> Self
Specifies whether X-Ray tracing is enabled.
sourcepub fn set_tracing_configuration(
self,
input: Option<AwsStepFunctionStateMachineTracingConfigurationDetails>
) -> Self
pub fn set_tracing_configuration( self, input: Option<AwsStepFunctionStateMachineTracingConfigurationDetails> ) -> Self
Specifies whether X-Ray tracing is enabled.
sourcepub fn get_tracing_configuration(
&self
) -> &Option<AwsStepFunctionStateMachineTracingConfigurationDetails>
pub fn get_tracing_configuration( &self ) -> &Option<AwsStepFunctionStateMachineTracingConfigurationDetails>
Specifies whether X-Ray tracing is enabled.
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
The type of the state machine (STANDARD or EXPRESS).
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
The type of the state machine (STANDARD or EXPRESS).
sourcepub fn get_type(&self) -> &Option<String>
pub fn get_type(&self) -> &Option<String>
The type of the state machine (STANDARD or EXPRESS).
sourcepub fn build(self) -> AwsStepFunctionStateMachineDetails
pub fn build(self) -> AwsStepFunctionStateMachineDetails
Consumes the builder and constructs a AwsStepFunctionStateMachineDetails
.
Trait Implementations§
source§impl Clone for AwsStepFunctionStateMachineDetailsBuilder
impl Clone for AwsStepFunctionStateMachineDetailsBuilder
source§fn clone(&self) -> AwsStepFunctionStateMachineDetailsBuilder
fn clone(&self) -> AwsStepFunctionStateMachineDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsStepFunctionStateMachineDetailsBuilder
impl Default for AwsStepFunctionStateMachineDetailsBuilder
source§fn default() -> AwsStepFunctionStateMachineDetailsBuilder
fn default() -> AwsStepFunctionStateMachineDetailsBuilder
source§impl PartialEq for AwsStepFunctionStateMachineDetailsBuilder
impl PartialEq for AwsStepFunctionStateMachineDetailsBuilder
source§fn eq(&self, other: &AwsStepFunctionStateMachineDetailsBuilder) -> bool
fn eq(&self, other: &AwsStepFunctionStateMachineDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.