/// <summary>
 /// Sets the StreamingDistributionConfig property for this request.
 /// </summary>
 /// <param name="distributionConfig">The value that StreamingDistributionConfig is set to</param>
 /// <returns>the request with the Id set</returns>
 public CreateStreamingDistributionRequest WithStreamingDistributionConfig(CloudFrontStreamingDistributionConfig distributionConfig)
 {
     this.sdConfig = distributionConfig;
     return this;
 }
Example #2
0
 /// <summary>
 /// Sets the StreamingDistributionConfig property for this request.
 /// </summary>
 /// <param name="config">The value that StreamingDistributionConfig is set to</param>
 /// <returns>the request with the Configuration set</returns>
 public SetStreamingDistributionConfigRequest WithStreamingDistributionConfig(CloudFrontStreamingDistributionConfig config)
 {
     this.sdConfig = config;
     return(this);
 }
 /// <summary>
 /// Sets the StreamingDistributionConfig property for this request.
 /// </summary>
 /// <param name="config">The value that StreamingDistributionConfig is set to</param>
 /// <returns>the request with the Configuration set</returns>
 public SetStreamingDistributionConfigRequest WithStreamingDistributionConfig(CloudFrontStreamingDistributionConfig config)
 {
     this.sdConfig = config;
     return this;
 }
Example #4
0
 /// <summary>
 /// Sets the StreamingDistributionConfig property for this request.
 /// </summary>
 /// <param name="distributionConfig">The value that StreamingDistributionConfig is set to</param>
 /// <returns>the request with the Id set</returns>
 public CreateStreamingDistributionRequest WithStreamingDistributionConfig(CloudFrontStreamingDistributionConfig distributionConfig)
 {
     this.sdConfig = distributionConfig;
     return(this);
 }