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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SingleMasterConfiguration.BuildermessageTtlSeconds(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
messageTtlSeconds
SingleMasterConfiguration.Builder messageTtlSeconds(Integer 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.
-
-