A complex type that contains information about viewer certificates for this distribution.
예제 #1
0
 public DistributionSummary WithViewerCertificate(ViewerCertificate viewerCertificate)
 {
     this.viewerCertificate = viewerCertificate;
     return(this);
 }
 public DistributionSummary WithViewerCertificate(ViewerCertificate viewerCertificate)
 {
     this.viewerCertificate = viewerCertificate;
     return this;
 }
예제 #3
0
 public DistributionConfig WithViewerCertificate(ViewerCertificate viewerCertificate)
 {
     this.viewerCertificate = viewerCertificate;
     return this;
 }
예제 #4
0
 public DistributionConfig WithViewerCertificate(ViewerCertificate viewerCertificate)
 {
     this.viewerCertificate = viewerCertificate;
     return(this);
 }