Struct aws_sdk_swf::model::domain_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DomainConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn workflow_execution_retention_period_in_days(
self,
input: impl Into<String>
) -> Self
pub fn workflow_execution_retention_period_in_days(
self,
input: impl Into<String>
) -> Self
The retention period for workflow executions in this domain.
sourcepub fn set_workflow_execution_retention_period_in_days(
self,
input: Option<String>
) -> Self
pub fn set_workflow_execution_retention_period_in_days(
self,
input: Option<String>
) -> Self
The retention period for workflow executions in this domain.
sourcepub fn build(self) -> DomainConfiguration
pub fn build(self) -> DomainConfiguration
Consumes the builder and constructs a DomainConfiguration
.