/// <summary> /// Sets the TrustedSigners property. /// This specifies any AWS accounts you want to permit to create signed URLs for private content. /// </summary> /// <param name="signers">TrustedSigners property is set to this value</param> /// <returns>this instance</returns> public CloudFrontStreamingDistributionConfig WithTrustedSigners(UrlTrustedSigners signers) { this.TrustedSigners = signers; return(this); }
public CloudFrontStreamingDistributionConfig WithTrustedSigners(UrlTrustedSigners signers) { this.TrustedSigners = signers; return this; }