/// <summary> /// Sets the ProvisionedThroughput property /// </summary> /// <param name="provisionedThroughput">The value to set for the ProvisionedThroughput property </param> /// <returns>this instance</returns> public TableDescription WithProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput) { this.provisionedThroughput = provisionedThroughput; return(this); }
/// <summary> /// Sets the ProvisionedThroughput property /// </summary> /// <param name="provisionedThroughput">The value to set for the ProvisionedThroughput property </param> /// <returns>this instance</returns> public TableDescription WithProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput) { this.provisionedThroughput = provisionedThroughput; return this; }