A specification of a location in Amazon S3.

 public ApplicationVersionDescription WithSourceBundle(S3Location sourceBundle)
 {
     this.sourceBundle = sourceBundle;
     return this;
 }
示例#2
0
 /// <summary>
 /// Sets the SourceBundle property
 /// </summary>
 /// <param name="sourceBundle">The value to set for the SourceBundle property </param>
 /// <returns>this instance</returns>
 public CreateApplicationVersionRequest WithSourceBundle(S3Location sourceBundle)
 {
     this.sourceBundle = sourceBundle;
     return(this);
 }
 /// <summary>
 /// Sets the SourceBundle property
 /// </summary>
 /// <param name="sourceBundle">The value to set for the SourceBundle property </param>
 /// <returns>this instance</returns>
 public CreateApplicationVersionRequest WithSourceBundle(S3Location sourceBundle)
 {
     this.sourceBundle = sourceBundle;
     return this;
 }
 public ApplicationVersionDescription WithSourceBundle(S3Location sourceBundle)
 {
     this.sourceBundle = sourceBundle;
     return(this);
 }