public class SingleMasterConfiguration
extends java.lang.Object
implements java.io.Serializable
A structure that contains the configuration for the
SINGLE_MASTER
channel type.
Constructor and Description |
---|
SingleMasterConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMessageTtlSeconds()
The period of time a signaling channel retains underlivered messages
before they are discarded.
|
int |
hashCode() |
void |
setMessageTtlSeconds(java.lang.Integer messageTtlSeconds)
The period of time a signaling channel retains underlivered messages
before they are discarded.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SingleMasterConfiguration |
withMessageTtlSeconds(java.lang.Integer messageTtlSeconds)
The period of time a signaling channel retains underlivered messages
before they are discarded.
|
public java.lang.Integer getMessageTtlSeconds()
The period of time a signaling channel retains underlivered messages before they are discarded.
Constraints:
Range: 5 - 120
The period of time a signaling channel retains underlivered messages before they are discarded.
public void setMessageTtlSeconds(java.lang.Integer messageTtlSeconds)
The period of time a signaling channel retains underlivered messages before they are discarded.
Constraints:
Range: 5 - 120
messageTtlSeconds
- The period of time a signaling channel retains underlivered messages before they are discarded.
public SingleMasterConfiguration withMessageTtlSeconds(java.lang.Integer messageTtlSeconds)
The period of time a signaling channel retains underlivered messages before they are discarded.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 5 - 120
messageTtlSeconds
- The period of time a signaling channel retains underlivered messages before they are discarded.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.