Interface DomainConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainConfiguration.Builder,
,DomainConfiguration> SdkBuilder<DomainConfiguration.Builder,
,DomainConfiguration> SdkPojo
- Enclosing class:
DomainConfiguration
public static interface DomainConfiguration.Builder
extends SdkPojo, CopyableBuilder<DomainConfiguration.Builder,DomainConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionworkflowExecutionRetentionPeriodInDays
(String workflowExecutionRetentionPeriodInDays) The retention period for workflow executions in this domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
workflowExecutionRetentionPeriodInDays
DomainConfiguration.Builder workflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays) The retention period for workflow executions in this domain.
- Parameters:
workflowExecutionRetentionPeriodInDays
- The retention period for workflow executions in this domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-