Interface SingleMasterConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SingleMasterConfiguration.Builder,
,SingleMasterConfiguration> SdkBuilder<SingleMasterConfiguration.Builder,
,SingleMasterConfiguration> SdkPojo
- Enclosing class:
SingleMasterConfiguration
public static interface SingleMasterConfiguration.Builder
extends SdkPojo, CopyableBuilder<SingleMasterConfiguration.Builder,SingleMasterConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmessageTtlSeconds
(Integer messageTtlSeconds) The period of time a signaling channel retains undelivered messages before they are discarded.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
-
messageTtlSeconds
The period of time a signaling channel retains undelivered messages before they are discarded.
- Parameters:
messageTtlSeconds
- The period of time a signaling channel retains undelivered messages before they are discarded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-