public class Signer extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Signer() |
Modifier and Type | Method and Description |
---|---|
Signer |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountNumber()
Specifies an AWS account that can create signed URLs.
|
KeyPairIds |
getKeyPairIds()
A complex type that lists the active CloudFront key pairs, if any, that
are associated with AwsAccountNumber.
|
int |
hashCode() |
void |
setAwsAccountNumber(String awsAccountNumber)
Specifies an AWS account that can create signed URLs.
|
void |
setKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that
are associated with AwsAccountNumber.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Signer |
withAwsAccountNumber(String awsAccountNumber)
Specifies an AWS account that can create signed URLs.
|
Signer |
withKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that
are associated with AwsAccountNumber.
|
public void setAwsAccountNumber(String awsAccountNumber)
awsAccountNumber
- Specifies an AWS account that can create signed URLs. Values:
self, which indicates that the AWS account that was used to create
the distribution can created signed URLs, or an AWS account
number. Omit the dashes in the account number.public String getAwsAccountNumber()
public Signer withAwsAccountNumber(String awsAccountNumber)
awsAccountNumber
- Specifies an AWS account that can create signed URLs. Values:
self, which indicates that the AWS account that was used to create
the distribution can created signed URLs, or an AWS account
number. Omit the dashes in the account number.public void setKeyPairIds(KeyPairIds keyPairIds)
keyPairIds
- A complex type that lists the active CloudFront key pairs, if any,
that are associated with AwsAccountNumber.public KeyPairIds getKeyPairIds()
public Signer withKeyPairIds(KeyPairIds keyPairIds)
keyPairIds
- A complex type that lists the active CloudFront key pairs, if any,
that are associated with AwsAccountNumber.public String toString()
toString
in class Object
Object.toString()
Copyright © 2016. All rights reserved.