A complex type that contains information about viewer certificates for this distribution.
コード例 #1
0
 public DistributionSummary WithViewerCertificate(ViewerCertificate viewerCertificate)
 {
     this.viewerCertificate = viewerCertificate;
     return(this);
 }
コード例 #2
0
 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);
 }