|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.ViewerCertificate
public class ViewerCertificate
A complex type that contains information about viewer certificates for this distribution.
Constructor Summary | |
---|---|
ViewerCertificate()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getCloudFrontDefaultCertificate()
Set to true if you want to use the default *.cloudfront.net viewer certificate for this distribution. |
String |
getIAMCertificateId()
The IAM certificate identifier of the custom viewer certificate for this distribution. |
int |
hashCode()
|
Boolean |
isCloudFrontDefaultCertificate()
Set to true if you want to use the default *.cloudfront.net viewer certificate for this distribution. |
void |
setCloudFrontDefaultCertificate(Boolean cloudFrontDefaultCertificate)
Set to true if you want to use the default *.cloudfront.net viewer certificate for this distribution. |
void |
setIAMCertificateId(String iAMCertificateId)
The IAM certificate identifier of the custom viewer certificate for this distribution. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ViewerCertificate |
withCloudFrontDefaultCertificate(Boolean cloudFrontDefaultCertificate)
Set to true if you want to use the default *.cloudfront.net viewer certificate for this distribution. |
ViewerCertificate |
withIAMCertificateId(String iAMCertificateId)
The IAM certificate identifier of the custom viewer certificate for this distribution. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ViewerCertificate()
Method Detail |
---|
public String getIAMCertificateId()
public void setIAMCertificateId(String iAMCertificateId)
iAMCertificateId
- The IAM certificate identifier of the custom viewer certificate for
this distribution.public ViewerCertificate withIAMCertificateId(String iAMCertificateId)
Returns a reference to this object so that method calls can be chained together.
iAMCertificateId
- The IAM certificate identifier of the custom viewer certificate for
this distribution.public Boolean isCloudFrontDefaultCertificate()
public void setCloudFrontDefaultCertificate(Boolean cloudFrontDefaultCertificate)
cloudFrontDefaultCertificate
- Set to true if you want to use the default *.cloudfront.net viewer
certificate for this distribution. Omit this value if you are setting
an IAMCertificateId.public ViewerCertificate withCloudFrontDefaultCertificate(Boolean cloudFrontDefaultCertificate)
Returns a reference to this object so that method calls can be chained together.
cloudFrontDefaultCertificate
- Set to true if you want to use the default *.cloudfront.net viewer
certificate for this distribution. Omit this value if you are setting
an IAMCertificateId.public Boolean getCloudFrontDefaultCertificate()
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |