|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.RequiredProtocols
public class RequiredProtocols
The required protocol to access your distribution.
Constructor Summary | |
---|---|
RequiredProtocols()
Default constructor for a new RequiredProtocols object. |
Method Summary | |
---|---|
List<String> |
getProtocols()
Currently, https is the only acceptable value for the RequiredProtocols element. |
void |
setProtocols(Collection<String> protocols)
Currently, https is the only acceptable value for the RequiredProtocols element. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RequiredProtocols |
withProtocols(Collection<String> protocols)
Currently, https is the only acceptable value for the RequiredProtocols element. |
RequiredProtocols |
withProtocols(String... protocols)
Currently, https is the only acceptable value for the RequiredProtocols element. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RequiredProtocols()
Method Detail |
---|
public List<String> getProtocols()
public void setProtocols(Collection<String> protocols)
protocols
- Currently, https is the only acceptable value for the
RequiredProtocols element.public RequiredProtocols withProtocols(String... protocols)
Returns a reference to this object so that method calls can be chained together.
protocols
- Currently, https is the only acceptable value for the
RequiredProtocols element.
public RequiredProtocols withProtocols(Collection<String> protocols)
Returns a reference to this object so that method calls can be chained together.
protocols
- Currently, https is the only acceptable value for the
RequiredProtocols element.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |