public class ActiveTrustedSigners extends Object
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer.
Constructor and Description |
---|
ActiveTrustedSigners()
Default constructor for a new ActiveTrustedSigners object.
|
ActiveTrustedSigners(List<Signer> signers)
Constructs a new ActiveTrustedSigners object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Signer> |
getSigners()
Each active trusted signer.
|
int |
hashCode() |
void |
setSigners(Collection<Signer> signers)
Each active trusted signer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActiveTrustedSigners |
withSigners(Collection<Signer> signers)
Each active trusted signer.
|
ActiveTrustedSigners |
withSigners(Signer... signers)
Each active trusted signer.
|
public ActiveTrustedSigners()
public List<Signer> getSigners()
public void setSigners(Collection<Signer> signers)
signers
- Each active trusted signer.public ActiveTrustedSigners withSigners(Signer... signers)
Returns a reference to this object so that method calls can be chained together.
signers
- Each active trusted signer.public ActiveTrustedSigners withSigners(Collection<Signer> signers)
Returns a reference to this object so that method calls can be chained together.
signers
- Each active trusted signer.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.